Html Css Color HEX #0C1613 Dark Green

📋 copy color: '#0C1613'

red 12 ◦ green 22 ◦ blue 19

#0C1613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0C1613

Tints of Dark Green #0C1613

RGB

 RED value IS 12 (5.08% from 255) = 22.64%

 GREEN value IS 22 (8.98% from 255) = 41.51%

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 22.64%
G = 41.51%
B = 35.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.91

RGB Variations

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

Color information

#0C1613 (or 0x0C1613) is known color: Dark Green. HEX triplet: 0C, 16 and 13. RGB value is (12,22,19). Sum of RGB (Red+Green+Blue) = 12+22+19=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 22 (8.98% from 255 or 41.51% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1613 is #F3E9EC. Grayscale: #121212. Windows color (decimal): -15985133 or 1250828. OLE color: 1250828.

HSL color Cylindrical-coordinate representation of color #0C1613: hue angle of 162º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C1613 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 22 19 -
CMYK 0.45 0 0.14 0.91
HSL 162º 0.29% 0.07% -
HSV(B) 162º 0.45% 0.09% -
XYZ 0.56 0.7 0.72 -
YUV 18.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 12 22 19 0.45 0 0.14 0.91 162 0.29 0.07
Hex C 16 13 2D 0 E 5B A2 1D 7
Octal 14 26 23 55 0 16 133 242 35 7
Binary 1100 10110 10011 101101 0 1110 1011011 10100010 11101 111

Color Harmonies of #0C1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1613

Black with #0C1613

Text Example


Text Example

White with #0C1613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1613;
 }
 .AnyTagClassName
 {
   color: #0C1613;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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