Html Css Color HEX #0C1411 Dark Green

📋 copy color: '#0C1411'

red 12 ◦ green 20 ◦ blue 17

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

Shades of Dark Green #0C1411

Tints of Dark Green #0C1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40.82%

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

R = 24.49%
G = 40.82%
B = 34.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#0C1411 (or 0x0C1411) is known color: Dark Green. HEX triplet: 0C, 14 and 11. RGB value is (12,20,17). Sum of RGB (Red+Green+Blue) = 12+20+17=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0C1411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1411 is #F3EBEE. Grayscale: #111111. Windows color (decimal): -15985647 or 1119244. OLE color: 1119244.

HSL color Cylindrical-coordinate representation of color #0C1411: hue angle of 157.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 #0C1411 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 20 17 -
CMYK 0.40 0 0.15 0.92
HSL 157.5º 0.25% 0.06% -
HSV(B) 157.5º 0.4% 0.08% -
XYZ 0.5 0.62 0.62 -
YUV 17.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 12 20 17 0.40 0 0.15 0.92 157.5 0.25 0.06
Hex C 14 11 28 0 F 5C 9E 19 6
Octal 14 24 21 50 0 17 134 236 31 6
Binary 1100 10100 10001 101000 0 1111 1011100 10011110 11001 110

Color Harmonies of #0C1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1411

Black with #0C1411

Text Example


Text Example

White with #0C1411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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