Html Css Color HEX #0C1712 Dark Green

📋 copy color: '#0C1712'

red 12 ◦ green 23 ◦ blue 18

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

Shades of Dark Green #0C1712

Tints of Dark Green #0C1712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 33.96%

R = 22.64%
G = 43.4%
B = 33.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#0C1712 (or 0x0C1712) is known color: Dark Green. HEX triplet: 0C, 17 and 12. RGB value is (12,23,18). Sum of RGB (Red+Green+Blue) = 12+23+18=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1712 is #F3E8ED. Grayscale: #131313. Windows color (decimal): -15984878 or 1185548. OLE color: 1185548.

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

Color convert

RGB 12 23 18 -
CMYK 0.48 0 0.22 0.91
HSL 152.73º 0.31% 0.07% -
HSV(B) 152.73º 0.48% 0.09% -
XYZ 0.57 0.73 0.68 -
YUV 19.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 12 23 18 0.48 0 0.22 0.91 152.73 0.31 0.07
Hex C 17 12 30 0 16 5B 99 1F 7
Octal 14 27 22 60 0 26 133 231 37 7
Binary 1100 10111 10010 110000 0 10110 1011011 10011001 11111 111

Color Harmonies of #0C1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1712

Black with #0C1712

Text Example


Text Example

White with #0C1712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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