#021C1D

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

Shades of Dark Green #021C1D

Tints of Dark Green #021C1D

Color information

#021C1D (or 0x021C1D) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 1D. RGB value is (2,28,29). Sum of RGB (Red+Green+Blue) = 2+28+29=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #021C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1D is #FDE3E2. Grayscale: #141414. Windows color (decimal): -16638947 or 1907714. OLE color: 1907714.

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

Color convert

RGB22829-
CMYK0.930.0300.89
HSL182.22º87.1%6.08%-
HSV(B)182.22º93.1%11.37%-
XYZ0.660.931.31-
YUV20.34132.89114.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 28 (11.33% from 255) = 47.46%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=3.39%
G=47.46%
B=49.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228290.930.0300.89182.2287.16.08
Hex21C1D5D3059b6576
Octal23435135301312661276
Binary10111001110110111011101011001101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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