#2B8A52

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

Shades of Sea Green #2B8A52

Tints of Sea Green #2B8A52

Color information

#2B8A52 (or 0x2B8A52) is unknown color: approx Sea Green. HEX triplet: 2B, 8A and 52. RGB value is (43,138,82). Sum of RGB (Red+Green+Blue) = 43+138+82=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A52 is #D475AD. Grayscale: #676767. Windows color (decimal): -13923758 or 5409323. OLE color: 5409323.

HSL color Cylindrical-coordinate representation of color #2B8A52: hue angle of 144.63º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A52 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB4313882-
CMYK0.6900.410.46
HSL144.63º52.49%35.49%-
HSV(B)144.63º68.84%54.12%-
XYZ11.6119.311.1-
YUV103.21116.0385.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.35%
GREEN value IS 138 (54.30% from 255) = 52.47%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=16.35%
G=52.47%
B=31.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43138820.6900.410.46144.6352.4935.49
Hex2B8A52450292E913423
Octal53212122105051562216443
Binary1010111000101010100101000101010100110111010010001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,138,82); }

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

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

 a { background-color: rgb(43,138,82); }

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

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

 span { border-color: rgb(43,138,82); }

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