#0C1B16

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

Shades of Dark Green #0C1B16

Tints of Dark Green #0C1B16

Color information

#0C1B16 (or 0x0C1B16) is unknown color: approx Dark Green. HEX triplet: 0C, 1B and 16. RGB value is (12,27,22). Sum of RGB (Red+Green+Blue) = 12+27+22=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B16 is #F3E4E9. Grayscale: #151515. Windows color (decimal): -15983850 or 1448716. OLE color: 1448716.

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

Color convert

RGB122722-
CMYK0.5600.190.89
HSL160º38.46%7.65%-
HSV(B)160º55.56%10.59%-
XYZ0.690.920.9-
YUV21.94128.03120.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 19.67%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 22 (8.98% from 255) = 36.07%
R=19.67%
G=44.26%
B=36.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1227220.5600.190.8916038.467.65
HexC1B163801359a0268
Octal143326700231312404610
Binary110011011101101110000100111011001101000001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,27,22); }

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

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

 a { background-color: rgb(12,27,22); }

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

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

 span { border-color: rgb(12,27,22); }

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