Html Css Color HEX #0C1813 Dark Green

📋 copy color: '#0C1813'

red 12 ◦ green 24 ◦ blue 19

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

Shades of Dark Green #0C1813

Tints of Dark Green #0C1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 43.64%

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

R = 21.82%
G = 43.64%
B = 34.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#0C1813 (or 0x0C1813) is known color: Dark Green. HEX triplet: 0C, 18 and 13. RGB value is (12,24,19). Sum of RGB (Red+Green+Blue) = 12+24+19=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1813 is #F3E7EC. Grayscale: #131313. Windows color (decimal): -15984621 or 1251340. OLE color: 1251340.

HSL color Cylindrical-coordinate representation of color #0C1813: hue angle of 155º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C1813 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 24 19 -
CMYK 0.50 0 0.21 0.91
HSL 155º 0.33% 0.07% -
HSV(B) 155º 0.5% 0.09% -
XYZ 0.6 0.78 0.73 -
YUV 19.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 12 24 19 0.50 0 0.21 0.91 155 0.33 0.07
Hex C 18 13 32 0 15 5B 9B 21 7
Octal 14 30 23 62 0 25 133 233 41 7
Binary 1100 11000 10011 110010 0 10101 1011011 10011011 100001 111

Color Harmonies of #0C1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1813

Black with #0C1813

Text Example


Text Example

White with #0C1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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