#01210F

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

Shades of Dark Green #01210F

Tints of Dark Green #01210F

Color information

#01210F (or 0x01210F) is unknown color: approx Dark Green. HEX triplet: 01, 21 and 0F. RGB value is (1,33,15). Sum of RGB (Red+Green+Blue) = 1+33+15=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #01210F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01210F is #FEDEF0. Grayscale: #151515. Windows color (decimal): -16703217 or 991489. OLE color: 991489.

HSL color Cylindrical-coordinate representation of color #01210F: hue angle of 146.25º 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 #01210F is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.

Color convert

RGB13315-
CMYK0.9700.550.87
HSL146.25º94.12%6.67%-
HSV(B)146.25º96.97%12.94%-
XYZ0.641.130.64-
YUV21.38124.4113.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 33 (13.28% from 255) = 67.35%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=2.04%
G=67.35%
B=30.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal133150.9700.550.87146.2594.126.67
Hex121F6103757925e7
Octal141171410671272221367
Binary11000011111110000101101111010111100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01210F; }

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

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

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

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

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

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

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

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