#2C6652

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

Shades of Evening Sea #2C6652

Tints of Evening Sea #2C6652

Color information

#2C6652 (or 0x2C6652) is unknown color: approx Evening Sea. HEX triplet: 2C, 66 and 52. RGB value is (44,102,82). Sum of RGB (Red+Green+Blue) = 44+102+82=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6652 is #D399AD. Grayscale: #525252. Windows color (decimal): -13867438 or 5400108. OLE color: 5400108.

HSL color Cylindrical-coordinate representation of color #2C6652: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C6652 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB4410282-
CMYK0.5700.200.6
HSL159.31º39.73%28.63%-
HSV(B)159.31º56.86%40%-
XYZ7.3110.659.65-
YUV82.38127.78100.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=19.30%
G=44.74%
B=35.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102820.5700.200.6159.3139.7328.63
Hex2C6652390143C9f281d
Octal5414612271024742375035
Binary101100110011010100101110010101001111001001111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,102,82); }

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

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

 a { background-color: rgb(44,102,82); }

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

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

 span { border-color: rgb(44,102,82); }

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