#021D1D

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

Shades of Dark Green #021D1D

Tints of Dark Green #021D1D

Color information

#021D1D (or 0x021D1D) is unknown color: approx Dark Green. HEX triplet: 02, 1D and 1D. RGB value is (2,29,29). Sum of RGB (Red+Green+Blue) = 2+29+29=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #021D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D1D is #FDE2E2. Grayscale: #141414. Windows color (decimal): -16638691 or 1907970. OLE color: 1907970.

HSL color Cylindrical-coordinate representation of color #021D1D: hue angle of 180º 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 #021D1D is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB22929-
CMYK0.93000.89
HSL180º87.1%6.08%-
HSV(B)180º93.1%11.37%-
XYZ0.690.981.32-
YUV20.93132.55114.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 29 (11.72% from 255) = 48.33%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=3.33%
G=48.33%
B=48.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal229290.93000.8918087.16.08
Hex21D1D5D0059b4576
Octal23535135001312641276
Binary1011101111011011101001011001101101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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