Html Css Color HEX #0C1815 Dark Green

📋 copy color: '#0C1815'

red 12 ◦ green 24 ◦ blue 21

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

Shades of Dark Green #0C1815

Tints of Dark Green #0C1815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.84%

R = 21.05%
G = 42.11%
B = 36.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#0C1815 (or 0x0C1815) is known color: Dark Green. HEX triplet: 0C, 18 and 15. RGB value is (12,24,21). Sum of RGB (Red+Green+Blue) = 12+24+21=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 24 - color contains mainly: green. Hex color #0C1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1815 is #F3E7EA. Grayscale: #141414. Windows color (decimal): -15984619 or 1382412. OLE color: 1382412.

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

Color convert

RGB 12 24 21 -
CMYK 0.50 0 0.13 0.91
HSL 165º 0.33% 0.07% -
HSV(B) 165º 0.5% 0.09% -
XYZ 0.61 0.79 0.83 -
YUV 20.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 12 24 21 0.50 0 0.13 0.91 165 0.33 0.07
Hex C 18 15 32 0 D 5B A5 21 7
Octal 14 30 25 62 0 15 133 245 41 7
Binary 1100 11000 10101 110010 0 1101 1011011 10100101 100001 111

Color Harmonies of #0C1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1815

Black with #0C1815

Text Example


Text Example

White with #0C1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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