#022725

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

Shades of Dark Green #022725

Tints of Dark Green #022725

Color information

#022725 (or 0x022725) is unknown color: approx Dark Green. HEX triplet: 02, 27 and 25. RGB value is (2,39,37). Sum of RGB (Red+Green+Blue) = 2+39+37=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #022725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022725 is #FDD8DA. Grayscale: #1B1B1B. Windows color (decimal): -16636123 or 2434818. OLE color: 2434818.

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

Color convert

RGB23937-
CMYK0.9500.050.85
HSL176.76º90.24%8.04%-
HSV(B)176.76º94.87%15.29%-
XYZ1.081.62-
YUV27.71133.24109.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 39 (15.62% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=2.56%
G=50%
B=47.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal239370.9500.050.85176.7690.248.04
Hex227255F0555b15a8
Octal247451370512526113210
Binary101001111001011011111010110101011011000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022725; }

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

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

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

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

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

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

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

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