#025804

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

Shades of Green #025804

Tints of Green #025804

Color information

#025804 (or 0x025804) is unknown color: approx Green. HEX triplet: 02, 58 and 04. RGB value is (2,88,4). Sum of RGB (Red+Green+Blue) = 2+88+4=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 88 (34.77% from 255 or 93.62% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 88 - color contains mainly: green. Hex color #025804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025804 is #FDA7FB. Grayscale: #343434. Windows color (decimal): -16623612 or 284674. OLE color: 284674.

HSL color Cylindrical-coordinate representation of color #025804: hue angle of 121.4º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025804 is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB2884-
CMYK0.9800.950.65
HSL121.4º95.56%17.65%-
HSV(B)121.4º97.73%34.51%-
XYZ3.5471.28-
YUV52.71100.5191.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 88 (34.77% from 255) = 93.62%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=2.13%
G=93.62%
B=4.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal28840.9800.950.65121.495.5617.65
Hex25846205F41796012
Octal21304142013710117114022
Binary10101100010011000100101111110000011111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025804; }

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

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

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

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

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

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

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

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