#025707

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

Shades of Green #025707

Tints of Green #025707

Color information

#025707 (or 0x025707) is unknown color: approx Green. HEX triplet: 02, 57 and 07. RGB value is (2,87,7). Sum of RGB (Red+Green+Blue) = 2+87+7=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 87 (34.38% from 255 or 90.62% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 87 - color contains mainly: green. Hex color #025707 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025707 is #FDA8F8. Grayscale: #343434. Windows color (decimal): -16623865 or 481026. OLE color: 481026.

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

Color convert

RGB2877-
CMYK0.9800.920.66
HSL123.53º95.51%17.45%-
HSV(B)123.53º97.7%34.12%-
XYZ3.476.841.34-
YUV52.46102.3492-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 87 (34.38% from 255) = 90.62%
BLUE value IS 7 (3.12% from 255) = 7.29%
R=2.08%
G=90.62%
B=7.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28770.9800.920.66123.5395.5117.45
Hex25776205C427c6011
Octal21277142013410217414021
Binary10101011111111000100101110010000101111100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025707; }

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

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

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

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

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

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

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

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