#2C8D54

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

Shades of Sea Green #2C8D54

Tints of Sea Green #2C8D54

Color information

#2C8D54 (or 0x2C8D54) is unknown color: approx Sea Green. HEX triplet: 2C, 8D and 54. RGB value is (44,141,84). Sum of RGB (Red+Green+Blue) = 44+141+84=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8D54 is #D372AB. Grayscale: #696969. Windows color (decimal): -13857452 or 5541164. OLE color: 5541164.

HSL color Cylindrical-coordinate representation of color #2C8D54: hue angle of 144.74º degrees, saturation: 0.52, 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 #2C8D54 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB4414184-
CMYK0.6900.400.45
HSL144.74º52.43%36.27%-
HSV(B)144.74º68.79%55.29%-
XYZ12.1620.2311.65-
YUV105.5115.8684.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.36%
GREEN value IS 141 (55.47% from 255) = 52.42%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=16.36%
G=52.42%
B=31.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44141840.6900.400.45144.7452.4336.27
Hex2C8D54450282D913424
Octal54215124105050552216444
Binary1011001000110110101001000101010100010110110010001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,141,84); }

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

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

 a { background-color: rgb(44,141,84); }

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

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

 span { border-color: rgb(44,141,84); }

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