Html Css Color HEX #0C1911 Dark Green

📋 copy color: '#0C1911'

red 12 ◦ green 25 ◦ blue 17

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

Shades of Dark Green #0C1911

Tints of Dark Green #0C1911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 46.3%

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

R = 22.22%
G = 46.3%
B = 31.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#0C1911 (or 0x0C1911) is known color: Dark Green. HEX triplet: 0C, 19 and 11. RGB value is (12,25,17). Sum of RGB (Red+Green+Blue) = 12+25+17=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #0C1911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1911 is #F3E6EE. Grayscale: #141414. Windows color (decimal): -15984367 or 1120524. OLE color: 1120524.

HSL color Cylindrical-coordinate representation of color #0C1911: hue angle of 143.08º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C1911 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 12 25 17 -
CMYK 0.52 0 0.32 0.90
HSL 143.08º 0.35% 0.07% -
HSV(B) 143.08º 0.52% 0.1% -
XYZ 0.6 0.81 0.66 -
YUV 20.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 12 25 17 0.52 0 0.32 0.90 143.08 0.35 0.07
Hex C 19 11 34 0 20 5A 8F 23 7
Octal 14 31 21 64 0 40 132 217 43 7
Binary 1100 11001 10001 110100 0 100000 1011010 10001111 100011 111

Color Harmonies of #0C1911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1911

Black with #0C1911

Text Example


Text Example

White with #0C1911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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