#2B9853

Color #2B9853 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2B9853

Tints of Sea Green #2B9853

Color information

#2B9853 (or 0x2B9853) is unknown color: approx Sea Green. HEX triplet: 2B, 98 and 53. RGB value is (43,152,83). Sum of RGB (Red+Green+Blue) = 43+152+83=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9853 is #D467AC. Grayscale: #6F6F6F. Windows color (decimal): -13920173 or 5478443. OLE color: 5478443.

HSL color Cylindrical-coordinate representation of color #2B9853: hue angle of 142.02º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9853 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB4315283-
CMYK0.7200.450.40
HSL142.02º55.9%38.24%-
HSV(B)142.02º71.71%59.61%-
XYZ13.7923.5912.01-
YUV111.54111.8979.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=15.47%
G=54.68%
B=29.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43152830.7200.450.40142.0255.938.24
Hex2B98534802D288e3826
Octal53230123110055502167046
Binary1010111001100010100111001000010110110100010001110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B9853; }

 p { color: rgb(43,152,83); }

 H1.HeaderClassName
 {
   color: #2B9853;
 }
 .AnyTagClassName
 {
   color: #2B9853;
 }
</style>
background-color css

<style>
 a { background-color: #2B9853; }

 a { background-color: rgb(43,152,83); }

 div.DivClassName
 {
   background-color: #2B9853;
 }
 .BgClassName
 {
   background-color: #2B9853;
 }
</style>
border-color css

<style>
 span { border-color: #2B9853; }

 span { border-color: rgb(43,152,83); }

 td.TdClassName
 {
   border-color: #2B9853;
 }
 .TagClassName
 {
   border-color: #2B9853;
 }
</style>