Html Css Color HEX #0C1811 Dark Green

📋 copy color: '#0C1811'

red 12 ◦ green 24 ◦ blue 17

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

Shades of Dark Green #0C1811

Tints of Dark Green #0C1811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 32.08%

R = 22.64%
G = 45.28%
B = 32.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.91

RGB Variations

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

Color information

#0C1811 (or 0x0C1811) is known color: Dark Green. HEX triplet: 0C, 18 and 11. RGB value is (12,24,17). Sum of RGB (Red+Green+Blue) = 12+24+17=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1811 is #F3E7EE. Grayscale: #131313. Windows color (decimal): -15984623 or 1120268. OLE color: 1120268.

HSL color Cylindrical-coordinate representation of color #0C1811: hue angle of 145º 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 #0C1811 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 24 17 -
CMYK 0.50 0 0.29 0.91
HSL 145º 0.33% 0.07% -
HSV(B) 145º 0.5% 0.09% -
XYZ 0.58 0.77 0.65 -
YUV 19.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 12 24 17 0.50 0 0.29 0.91 145 0.33 0.07
Hex C 18 11 32 0 1D 5B 91 21 7
Octal 14 30 21 62 0 35 133 221 41 7
Binary 1100 11000 10001 110010 0 11101 1011011 10010001 100001 111

Color Harmonies of #0C1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1811

Black with #0C1811

Text Example


Text Example

White with #0C1811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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