#0C1714

Color #0C1714 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #0C1714

Tints of Dark Green #0C1714

Color information

#0C1714 (or 0x0C1714) is unknown color: approx Dark Green. HEX triplet: 0C, 17 and 14. RGB value is (12,23,20). Sum of RGB (Red+Green+Blue) = 12+23+20=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1714 is #F3E8EB. Grayscale: #131313. Windows color (decimal): -15984876 or 1316620. OLE color: 1316620.

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

Color convert

RGB122320-
CMYK0.4800.130.91
HSL163.64º31.43%6.86%-
HSV(B)163.64º47.83%9.02%-
XYZ0.580.740.77-
YUV19.37128.36122.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.82%
GREEN value IS 23 (9.38% from 255) = 41.82%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=21.82%
G=41.82%
B=36.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1223200.4800.130.91163.6431.436.86
HexC1714300D5Ba41f7
Octal14272460015133244377
Binary110010111101001100000110110110111010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C1714;
 }
 .AnyTagClassName
 {
   color: #0C1714;
 }
</style>
background-color css

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

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

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

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

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

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