#0C1413

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

Shades of Dark Green #0C1413

Tints of Dark Green #0C1413

Color information

#0C1413 (or 0x0C1413) is unknown color: approx Dark Green. HEX triplet: 0C, 14 and 13. RGB value is (12,20,19). Sum of RGB (Red+Green+Blue) = 12+20+19=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1413 is #F3EBEC. Grayscale: #111111. Windows color (decimal): -15985645 or 1250316. OLE color: 1250316.

HSL color Cylindrical-coordinate representation of color #0C1413: hue angle of 172.5º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0C1413 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB122019-
CMYK0.4000.050.92
HSL172.5º25%6.27%-
HSV(B)172.5º40%7.84%-
XYZ0.520.630.71-
YUV17.49128.85124.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.53%
GREEN value IS 20 (8.20% from 255) = 39.22%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=23.53%
G=39.22%
B=37.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1220190.4000.050.92172.5256.27
HexC141328055Cac196
Octal1424235005134254316
Binary11001010010011101000010110111001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,20,19); }

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

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

 a { background-color: rgb(12,20,19); }

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

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

 span { border-color: rgb(12,20,19); }

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