#0C2E20

Color #0C2E20 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0C2E20

Tints of Dark Green #0C2E20

Color information

#0C2E20 (or 0x0C2E20) is unknown color: approx Dark Green. HEX triplet: 0C, 2E and 20. RGB value is (12,46,32). Sum of RGB (Red+Green+Blue) = 12+46+32=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E20 is #F3D1DF. Grayscale: #222222. Windows color (decimal): -15978976 or 2108940. OLE color: 2108940.

HSL color Cylindrical-coordinate representation of color #0C2E20: hue angle of 155.29º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E20 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB124632-
CMYK0.7400.300.82
HSL155.29º58.62%11.37%-
HSV(B)155.29º73.91%18.04%-
XYZ1.392.141.71-
YUV34.24126.74112.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=13.33%
G=51.11%
B=35.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246320.7400.300.82155.2958.6211.37
HexC2E204A01E529b3bb
Octal1456401120361222337313
Binary110010111010000010010100111101010010100110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2E20; }

 p { color: rgb(12,46,32); }

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

<style>
 a { background-color: #0C2E20; }

 a { background-color: rgb(12,46,32); }

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

<style>
 span { border-color: #0C2E20; }

 span { border-color: rgb(12,46,32); }

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