#022525

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

Shades of Dark Green #022525

Tints of Dark Green #022525

Color information

#022525 (or 0x022525) is unknown color: approx Dark Green. HEX triplet: 02, 25 and 25. RGB value is (2,37,37). Sum of RGB (Red+Green+Blue) = 2+37+37=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #022525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022525 is #FDDADA. Grayscale: #1A1A1A. Windows color (decimal): -16636635 or 2434306. OLE color: 2434306.

HSL color Cylindrical-coordinate representation of color #022525: hue angle of 180º 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 #022525 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23737-
CMYK0.95000.85
HSL180º89.74%7.65%-
HSV(B)180º94.59%14.51%-
XYZ1.021.471.98-
YUV26.53133.9110.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=2.63%
G=48.68%
B=48.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal237370.95000.8518089.747.65
Hex225255F0055b45a8
Octal245451370012526413210
Binary1010010110010110111110010101011011010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022525; }

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

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

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

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

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

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

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

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