#2C8B4A

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

Shades of Sea Green #2C8B4A

Tints of Sea Green #2C8B4A

Color information

#2C8B4A (or 0x2C8B4A) is unknown color: approx Sea Green. HEX triplet: 2C, 8B and 4A. RGB value is (44,139,74). Sum of RGB (Red+Green+Blue) = 44+139+74=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 139 (54.69% from 255 or 54.09% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B4A is #D374B5. Grayscale: #676767. Windows color (decimal): -13857974 or 4885292. OLE color: 4885292.

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

Color convert

RGB4413974-
CMYK0.6800.470.45
HSL138.95º51.91%35.88%-
HSV(B)138.95º68.35%54.51%-
XYZ11.5119.59.64-
YUV103.18111.5385.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.12%
GREEN value IS 139 (54.69% from 255) = 54.09%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=17.12%
G=54.09%
B=28.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44139740.6800.470.45138.9551.9135.88
Hex2C8B4A4402F2D8b3424
Octal54213112104057552136444
Binary1011001000101110010101000100010111110110110001011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,139,74); }

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

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

 a { background-color: rgb(44,139,74); }

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

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

 span { border-color: rgb(44,139,74); }

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