#022825

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

Shades of Dark Green #022825

Tints of Dark Green #022825

Color information

#022825 (or 0x022825) is unknown color: approx Dark Green. HEX triplet: 02, 28 and 25. RGB value is (2,40,37). Sum of RGB (Red+Green+Blue) = 2+40+37=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #022825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022825 is #FDD7DA. Grayscale: #1C1C1C. Windows color (decimal): -16635867 or 2435074. OLE color: 2435074.

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

Color convert

RGB24037-
CMYK0.9500.070.84
HSL175.26º90.48%8.24%-
HSV(B)175.26º95%15.69%-
XYZ1.121.662.01-
YUV28.3132.91109.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.53%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=2.53%
G=50.63%
B=46.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal240370.9500.070.84175.2690.488.24
Hex228255F0754af5a8
Octal250451370712425713210
Binary101010001001011011111011110101001010111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022825; }

 p { color: rgb(2,40,37); }

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

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

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

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

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

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

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