#025D32

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

Shades of Fun Green #025D32

Tints of Fun Green #025D32

Color information

#025D32 (or 0x025D32) is unknown color: approx Fun Green. HEX triplet: 02, 5D and 32. RGB value is (2,93,50). Sum of RGB (Red+Green+Blue) = 2+93+50=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #025D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D32 is #FDA2CD. Grayscale: #3C3C3C. Windows color (decimal): -16622286 or 3300610. OLE color: 3300610.

HSL color Cylindrical-coordinate representation of color #025D32: hue angle of 151.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D32 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB29350-
CMYK0.9800.460.64
HSL151.65º95.79%18.63%-
HSV(B)151.65º97.85%36.47%-
XYZ4.528.074.34-
YUV60.89121.8586-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 93 (36.72% from 255) = 64.14%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=1.38%
G=64.14%
B=34.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293500.9800.460.64151.6595.7918.63
Hex25D326202E40986013
Octal21356214205610023014023
Binary10101110111001011000100101110100000010011000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D32; }

 p { color: rgb(2,93,50); }

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

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

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

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

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

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

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