Html Css Color HEX #0C1713 Dark Green

📋 copy color: '#0C1713'

red 12 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #0C1713

Tints of Dark Green #0C1713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 22.22%
G = 42.59%
B = 35.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#0C1713 (or 0x0C1713) is known color: Dark Green. HEX triplet: 0C, 17 and 13. RGB value is (12,23,19). Sum of RGB (Red+Green+Blue) = 12+23+19=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1713 is #F3E8EC. Grayscale: #131313. Windows color (decimal): -15984877 or 1251084. OLE color: 1251084.

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

Color convert

RGB 12 23 19 -
CMYK 0.48 0 0.17 0.91
HSL 158.18º 0.31% 0.07% -
HSV(B) 158.18º 0.48% 0.09% -
XYZ 0.58 0.74 0.73 -
YUV 19.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 12 23 19 0.48 0 0.17 0.91 158.18 0.31 0.07
Hex C 17 13 30 0 11 5B 9E 1F 7
Octal 14 27 23 60 0 21 133 236 37 7
Binary 1100 10111 10011 110000 0 10001 1011011 10011110 11111 111

Color Harmonies of #0C1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1713

Black with #0C1713

Text Example


Text Example

White with #0C1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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