#025807

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

Shades of Green #025807

Tints of Green #025807

Color information

#025807 (or 0x025807) is unknown color: approx Green. HEX triplet: 02, 58 and 07. RGB value is (2,88,7). Sum of RGB (Red+Green+Blue) = 2+88+7=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 88 (34.77% from 255 or 90.72% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 88 - color contains mainly: green. Hex color #025807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025807 is #FDA7F8. Grayscale: #353535. Windows color (decimal): -16623609 or 481282. OLE color: 481282.

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

Color convert

RGB2887-
CMYK0.9800.920.65
HSL123.49º95.56%17.65%-
HSV(B)123.49º97.73%34.51%-
XYZ3.557.011.37-
YUV53.05102.0191.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 88 (34.77% from 255) = 90.72%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=2.06%
G=90.72%
B=7.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal28870.9800.920.65123.4995.5617.65
Hex25876205C417b6012
Octal21307142013410117314022
Binary10101100011111000100101110010000011111011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025807; }

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

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

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

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

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

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

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

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