Html Css Color HEX #0C110F Dark Green

📋 copy color: '#0C110F'

red 12 ◦ green 17 ◦ blue 15

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

Shades of Dark Green #0C110F

Tints of Dark Green #0C110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 38.64%

 BLUE value IS 15 (6.25% from 255) = 34.09%

R = 27.27%
G = 38.64%
B = 34.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.93

RGB Variations

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

Color information

#0C110F (or 0x0C110F) is known color: Dark Green. HEX triplet: 0C, 11 and 0F. RGB value is (12,17,15). Sum of RGB (Red+Green+Blue) = 12+17+15=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110F is #F3EEF0. Grayscale: #0F0F0F. Windows color (decimal): -15986417 or 987404. OLE color: 987404.

HSL color Cylindrical-coordinate representation of color #0C110F: hue angle of 156º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C110F is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 17 15 -
CMYK 0.29 0 0.12 0.93
HSL 156º 0.17% 0.06% -
HSV(B) 156º 0.29% 0.07% -
XYZ 0.44 0.51 0.53 -
YUV 15.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 12 17 15 0.29 0 0.12 0.93 156 0.17 0.06
Hex C 11 F 1D 0 C 5D 9C 11 6
Octal 14 21 17 35 0 14 135 234 21 6
Binary 1100 10001 1111 11101 0 1100 1011101 10011100 10001 110

Color Harmonies of #0C110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C110F

Black with #0C110F

Text Example


Text Example

White with #0C110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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