#025702

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

Shades of Green #025702

Tints of Green #025702

Color information

#025702 (or 0x025702) is unknown color: approx Green. HEX triplet: 02, 57 and 02. RGB value is (2,87,2). Sum of RGB (Red+Green+Blue) = 2+87+2=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 87 (34.38% from 255 or 95.60% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 87 - color contains mainly: green. Hex color #025702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025702 is #FDA8FD. Grayscale: #343434. Windows color (decimal): -16623870 or 153346. OLE color: 153346.

HSL color Cylindrical-coordinate representation of color #025702: hue angle of 120º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025702 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB2872-
CMYK0.9800.980.66
HSL120º95.51%17.45%-
HSV(B)120º97.7%34.12%-
XYZ3.446.831.19-
YUV51.999.8492.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 87 (34.38% from 255) = 95.60%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=2.20%
G=95.60%
B=2.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28720.9800.980.6612095.5117.45
Hex25726206242786011
Octal21272142014210217014021
Binary1010101111011000100110001010000101111000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025702; }

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

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

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

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

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

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

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

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