#025704

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

Shades of Green #025704

Tints of Green #025704

Color information

#025704 (or 0x025704) is unknown color: approx Green. HEX triplet: 02, 57 and 04. RGB value is (2,87,4). Sum of RGB (Red+Green+Blue) = 2+87+4=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 87 (34.38% from 255 or 93.55% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 87 - color contains mainly: green. Hex color #025704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025704 is #FDA8FB. Grayscale: #343434. Windows color (decimal): -16623868 or 284418. OLE color: 284418.

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

Color convert

RGB2874-
CMYK0.9800.950.66
HSL121.41º95.51%17.45%-
HSV(B)121.41º97.7%34.12%-
XYZ3.466.841.25-
YUV52.12100.8492.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 87 (34.38% from 255) = 93.55%
BLUE value IS 4 (1.95% from 255) = 4.30%
R=2.15%
G=93.55%
B=4.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28740.9800.950.66121.4195.5117.45
Hex25746205F42796011
Octal21274142013710217114021
Binary10101011110011000100101111110000101111001110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025704; }

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

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

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

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

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

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

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

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