#2C8A53

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

Shades of Sea Green #2C8A53

Tints of Sea Green #2C8A53

Color information

#2C8A53 (or 0x2C8A53) is unknown color: approx Sea Green. HEX triplet: 2C, 8A and 53. RGB value is (44,138,83). Sum of RGB (Red+Green+Blue) = 44+138+83=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8A53 is #D375AC. Grayscale: #676767. Windows color (decimal): -13858221 or 5474860. OLE color: 5474860.

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

Color convert

RGB4413883-
CMYK0.6800.400.46
HSL144.89º51.65%35.69%-
HSV(B)144.89º68.12%54.12%-
XYZ11.6919.3411.3-
YUV103.62116.3685.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=16.60%
G=52.08%
B=31.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal44138830.6800.400.46144.8951.6535.69
Hex2C8A53440282E913424
Octal54212123104050562216444
Binary1011001000101010100111000100010100010111010010001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,138,83); }

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

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

 a { background-color: rgb(44,138,83); }

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

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

 span { border-color: rgb(44,138,83); }

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