#022D2C

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

Shades of Dark Green #022D2C

Tints of Dark Green #022D2C

Color information

#022D2C (or 0x022D2C) is unknown color: approx Dark Green. HEX triplet: 02, 2D and 2C. RGB value is (2,45,44). Sum of RGB (Red+Green+Blue) = 2+45+44=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #022D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D2C is #FDD2D3. Grayscale: #1F1F1F. Windows color (decimal): -16634580 or 2895106. OLE color: 2895106.

HSL color Cylindrical-coordinate representation of color #022D2C: hue angle of 178.6º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D2C is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB24544-
CMYK0.9600.020.82
HSL178.6º91.49%9.22%-
HSV(B)178.6º95.56%17.65%-
XYZ1.422.072.71-
YUV32.03134.75106.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 45 (17.97% from 255) = 49.45%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=2.20%
G=49.45%
B=48.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal245440.9600.020.82178.691.499.22
Hex22D2C600252b35b9
Octal255541400212226313311
Binary10101101101100110000001010100101011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D2C; }

 p { color: rgb(2,45,44); }

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

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

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

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

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

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

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