#022720

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

Shades of Dark Green #022720

Tints of Dark Green #022720

Color information

#022720 (or 0x022720) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 20. RGB value is (2,39,32). Sum of RGB (Red+Green+Blue) = 2+39+32=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #022720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022720 is #FDD8DF. Grayscale: #1B1B1B. Windows color (decimal): -16636128 or 2107138. OLE color: 2107138.

HSL color Cylindrical-coordinate representation of color #022720: hue angle of 168.65º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022720 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB23932-
CMYK0.9500.180.85
HSL168.65º90.24%8.04%-
HSV(B)168.65º94.87%15.29%-
XYZ1.011.571.62-
YUV27.14130.74110.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 39 (15.62% from 255) = 53.42%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=2.74%
G=53.42%
B=43.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239320.9500.180.85168.6590.248.04
Hex227205F01255a95a8
Octal2474013702212525113210
Binary10100111100000101111101001010101011010100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022720; }

 p { color: rgb(2,39,32); }

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

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

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

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

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

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

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