#2B8C5F

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

Shades of Sea Green #2B8C5F

Tints of Sea Green #2B8C5F

Color information

#2B8C5F (or 0x2B8C5F) is unknown color: approx Sea Green. HEX triplet: 2B, 8C and 5F. RGB value is (43,140,95). Sum of RGB (Red+Green+Blue) = 43+140+95=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C5F is #D473A0. Grayscale: #696969. Windows color (decimal): -13923233 or 6261803. OLE color: 6261803.

HSL color Cylindrical-coordinate representation of color #2B8C5F: hue angle of 152.16º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C5F is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB4314095-
CMYK0.6900.320.45
HSL152.16º53.01%35.88%-
HSV(B)152.16º69.29%54.9%-
XYZ12.4420.114.05-
YUV105.87121.8683.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.47%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 95 (37.5% from 255) = 34.17%
R=15.47%
G=50.36%
B=34.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43140950.6900.320.45152.1653.0135.88
Hex2B8C5F450202D983524
Octal53214137105040552306544
Binary1010111000110010111111000101010000010110110011000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,140,95); }

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

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

 a { background-color: rgb(43,140,95); }

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

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

 span { border-color: rgb(43,140,95); }

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