Html Css Color HEX #0C1715 Dark Green

📋 copy color: '#0C1715'

red 12 ◦ green 23 ◦ blue 21

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

Shades of Dark Green #0C1715

Tints of Dark Green #0C1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 41.07%

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

R = 21.43%
G = 41.07%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#0C1715 (or 0x0C1715) is known color: Dark Green. HEX triplet: 0C, 17 and 15. RGB value is (12,23,21). Sum of RGB (Red+Green+Blue) = 12+23+21=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1715 is #F3E8EA. Grayscale: #131313. Windows color (decimal): -15984875 or 1382156. OLE color: 1382156.

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

Color convert

RGB 12 23 21 -
CMYK 0.48 0 0.09 0.91
HSL 169.09º 0.31% 0.07% -
HSV(B) 169.09º 0.48% 0.09% -
XYZ 0.59 0.75 0.82 -
YUV 19.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 12 23 21 0.48 0 0.09 0.91 169.09 0.31 0.07
Hex C 17 15 30 0 9 5B A9 1F 7
Octal 14 27 25 60 0 11 133 251 37 7
Binary 1100 10111 10101 110000 0 1001 1011011 10101001 11111 111

Color Harmonies of #0C1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1715

Black with #0C1715

Text Example


Text Example

White with #0C1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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