#025701

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

Shades of Green #025701

Tints of Green #025701

Color information

#025701 (or 0x025701) is unknown color: approx Green. HEX triplet: 02, 57 and 01. RGB value is (2,87,1). Sum of RGB (Red+Green+Blue) = 2+87+1=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 87 (34.38% from 255 or 96.67% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 87 - color contains mainly: green. Hex color #025701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025701 is #FDA8FE. Grayscale: #343434. Windows color (decimal): -16623871 or 87810. OLE color: 87810.

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

Color convert

RGB2871-
CMYK0.9800.990.66
HSL119.3º97.73%17.25%-
HSV(B)119.3º98.85%34.12%-
XYZ3.446.831.17-
YUV51.7899.3492.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 87 (34.38% from 255) = 96.67%
BLUE value IS 1 (0.78% from 255) = 1.11%
R=2.22%
G=96.67%
B=1.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal28710.9800.990.66119.397.7317.25
Hex25716206342776211
Octal21271142014310216714221
Binary101010111111000100110001110000101110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025701; }

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

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

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

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

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

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

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

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