#023020

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

Shades of Dark Green #023020

Tints of Dark Green #023020

Color information

#023020 (or 0x023020) is unknown color: approx Dark Green. HEX triplet: 02, 30 and 20. RGB value is (2,48,32). Sum of RGB (Red+Green+Blue) = 2+48+32=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #023020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023020 is #FDCFDF. Grayscale: #202020. Windows color (decimal): -16633824 or 2109442. OLE color: 2109442.

HSL color Cylindrical-coordinate representation of color #023020: hue angle of 159.13º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023020 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB24832-
CMYK0.9600.330.81
HSL159.13º92%9.8%-
HSV(B)159.13º95.83%18.82%-
XYZ1.342.231.73-
YUV32.42127.76106.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=2.44%
G=58.54%
B=39.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal248320.9600.330.81159.13929.8
Hex2302060021519f5ca
Octal2604014004112123713412
Binary101100001000001100000010000110100011001111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023020; }

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

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

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

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

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

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

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

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