#0C1C17

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

Shades of Dark Green #0C1C17

Tints of Dark Green #0C1C17

Color information

#0C1C17 (or 0x0C1C17) is unknown color: approx Dark Green. HEX triplet: 0C, 1C and 17. RGB value is (12,28,23). Sum of RGB (Red+Green+Blue) = 12+28+23=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 23 (9.38% from 255 or 36.51% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1C17 is #F3E3E8. Grayscale: #161616. Windows color (decimal): -15983593 or 1514508. OLE color: 1514508.

HSL color Cylindrical-coordinate representation of color #0C1C17: hue angle of 161.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C1C17 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB122823-
CMYK0.5700.180.89
HSL161.25º40%7.84%-
HSV(B)161.25º57.14%10.98%-
XYZ0.720.970.96-
YUV22.65128.2120.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.05%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 36.51%
R=19.05%
G=44.44%
B=36.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1228230.5700.180.89161.25407.84
HexC1C173901259a1288
Octal143427710221312415010
Binary110011100101111110010100101011001101000011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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