#0C2E21

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

Shades of Dark Green #0C2E21

Tints of Dark Green #0C2E21

Color information

#0C2E21 (or 0x0C2E21) is unknown color: approx Dark Green. HEX triplet: 0C, 2E and 21. RGB value is (12,46,33). Sum of RGB (Red+Green+Blue) = 12+46+33=91 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.19% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C2E21 is #F3D1DE. Grayscale: #222222. Windows color (decimal): -15978975 or 2174476. OLE color: 2174476.

HSL color Cylindrical-coordinate representation of color #0C2E21: hue angle of 157.06º 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 #0C2E21 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.

Color convert

RGB124633-
CMYK0.7400.280.82
HSL157.06º58.62%11.37%-
HSV(B)157.06º73.91%18.04%-
XYZ1.42.141.78-
YUV34.35127.24112.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.19%
GREEN value IS 46 (18.36% from 255) = 50.55%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=13.19%
G=50.55%
B=36.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246330.7400.280.82157.0658.6211.37
HexC2E214A01C529d3bb
Octal1456411120341222357313
Binary110010111010000110010100111001010010100111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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