#021D0F

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

Shades of Dark Green #021D0F

Tints of Dark Green #021D0F

Color information

#021D0F (or 0x021D0F) is unknown color: approx Dark Green. HEX triplet: 02, 1D and 0F. RGB value is (2,29,15). Sum of RGB (Red+Green+Blue) = 2+29+15=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #021D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D0F is #FDE2F0. Grayscale: #131313. Windows color (decimal): -16638705 or 990466. OLE color: 990466.

HSL color Cylindrical-coordinate representation of color #021D0F: hue angle of 148.89º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D0F is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB22915-
CMYK0.9300.480.89
HSL148.89º87.1%6.08%-
HSV(B)148.89º93.1%11.37%-
XYZ0.550.930.6-
YUV19.33125.55115.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 29 (11.72% from 255) = 63.04%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=4.35%
G=63.04%
B=32.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal229150.9300.480.89148.8987.16.08
Hex21DF5D0305995576
Octal235171350601312251276
Binary10111011111101110101100001011001100101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021D0F; }

 p { color: rgb(2,29,15); }

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

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

 a { background-color: rgb(2,29,15); }

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

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

 span { border-color: rgb(2,29,15); }

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