#0C1913

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

Shades of Dark Green #0C1913

Tints of Dark Green #0C1913

Color information

#0C1913 (or 0x0C1913) is unknown color: approx Dark Green. HEX triplet: 0C, 19 and 13. RGB value is (12,25,19). Sum of RGB (Red+Green+Blue) = 12+25+19=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1913 is #F3E6EC. Grayscale: #141414. Windows color (decimal): -15984365 or 1251596. OLE color: 1251596.

HSL color Cylindrical-coordinate representation of color #0C1913: hue angle of 152.31º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1913 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB122519-
CMYK0.5200.240.90
HSL152.31º35.14%7.25%-
HSV(B)152.31º52%9.8%-
XYZ0.620.820.74-
YUV20.43127.19121.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=21.43%
G=44.64%
B=33.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1225190.5200.240.90152.3135.147.25
HexC1913340185A98237
Octal14312364030132230437
Binary11001100110011110100011000101101010011000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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