#012110

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

Shades of Dark Green #012110

Tints of Dark Green #012110

Color information

#012110 (or 0x012110) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 10. RGB value is (1,33,16). Sum of RGB (Red+Green+Blue) = 1+33+16=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #012110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012110 is #FEDEEF. Grayscale: #151515. Windows color (decimal): -16703216 or 1057025. OLE color: 1057025.

HSL color Cylindrical-coordinate representation of color #012110: hue angle of 148.12º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012110 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB13316-
CMYK0.9700.520.87
HSL148.12º94.12%6.67%-
HSV(B)148.12º96.97%12.94%-
XYZ0.651.130.67-
YUV21.49124.9113.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 33 (13.28% from 255) = 66%
BLUE value IS 16 (6.64% from 255) = 32%
R=2%
G=66%
B=32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133160.9700.520.87148.1294.126.67
Hex121106103457945e7
Octal141201410641272241367
Binary110000110000110000101101001010111100101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012110; }

 p { color: rgb(1,33,16); }

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

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

 a { background-color: rgb(1,33,16); }

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

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

 span { border-color: rgb(1,33,16); }

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