Html Css Color HEX #0C1511 Dark Green

📋 copy color: '#0C1511'

red 12 ◦ green 21 ◦ blue 17

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

Shades of Dark Green #0C1511

Tints of Dark Green #0C1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

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

R = 24%
G = 42%
B = 34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#0C1511 (or 0x0C1511) is known color: Dark Green. HEX triplet: 0C, 15 and 11. RGB value is (12,21,17). Sum of RGB (Red+Green+Blue) = 12+21+17=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1511 is #F3EAEE. Grayscale: #111111. Windows color (decimal): -15985391 or 1119500. OLE color: 1119500.

HSL color Cylindrical-coordinate representation of color #0C1511: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1511 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 21 17 -
CMYK 0.43 0 0.19 0.92
HSL 153.33º 0.27% 0.06% -
HSV(B) 153.33º 0.43% 0.08% -
XYZ 0.52 0.65 0.63 -
YUV 17.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 12 21 17 0.43 0 0.19 0.92 153.33 0.27 0.06
Hex C 15 11 2B 0 13 5C 99 1B 6
Octal 14 25 21 53 0 23 134 231 33 6
Binary 1100 10101 10001 101011 0 10011 1011100 10011001 11011 110

Color Harmonies of #0C1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1511

Black with #0C1511

Text Example


Text Example

White with #0C1511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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