#0C2318

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

Shades of Dark Green #0C2318

Tints of Dark Green #0C2318

Color information

#0C2318 (or 0x0C2318) is unknown color: approx Dark Green. HEX triplet: 0C, 23 and 18. RGB value is (12,35,24). Sum of RGB (Red+Green+Blue) = 12+35+24=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2318 is #F3DCE7. Grayscale: #1A1A1A. Windows color (decimal): -15981800 or 1581836. OLE color: 1581836.

HSL color Cylindrical-coordinate representation of color #0C2318: hue angle of 151.3º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2318 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB123524-
CMYK0.6600.310.86
HSL151.3º48.94%9.22%-
HSV(B)151.3º65.71%13.73%-
XYZ0.921.351.08-
YUV26.87126.38117.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=16.90%
G=49.30%
B=33.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1235240.6600.310.86151.348.949.22
HexC23184201F5697319
Octal1443301020371262276111
Binary11001000111100010000100111111010110100101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,35,24); }

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

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

 a { background-color: rgb(12,35,24); }

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

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

 span { border-color: rgb(12,35,24); }

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