Html Css Color HEX #0C1615 Dark Green

📋 copy color: '#0C1615'

red 12 ◦ green 22 ◦ blue 21

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

Shades of Dark Green #0C1615

Tints of Dark Green #0C1615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40%

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

R = 21.82%
G = 40%
B = 38.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.91

RGB Variations

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

Color information

#0C1615 (or 0x0C1615) is known color: Dark Green. HEX triplet: 0C, 16 and 15. RGB value is (12,22,21). Sum of RGB (Red+Green+Blue) = 12+22+21=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1615 is #F3E9EA. Grayscale: #121212. Windows color (decimal): -15985131 or 1381900. OLE color: 1381900.

HSL color Cylindrical-coordinate representation of color #0C1615: hue angle of 174º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0C1615 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 22 21 -
CMYK 0.45 0 0.05 0.91
HSL 174º 0.29% 0.07% -
HSV(B) 174º 0.45% 0.09% -
XYZ 0.57 0.71 0.82 -
YUV 18.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 12 22 21 0.45 0 0.05 0.91 174 0.29 0.07
Hex C 16 15 2D 0 5 5B AE 1D 7
Octal 14 26 25 55 0 5 133 256 35 7
Binary 1100 10110 10101 101101 0 101 1011011 10101110 11101 111

Color Harmonies of #0C1615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1615

Black with #0C1615

Text Example


Text Example

White with #0C1615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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