#025507

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

Shades of Green #025507

Tints of Green #025507

Color information

#025507 (or 0x025507) is unknown color: approx Green. HEX triplet: 02, 55 and 07. RGB value is (2,85,7). Sum of RGB (Red+Green+Blue) = 2+85+7=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 85 (33.59% from 255 or 90.43% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 85 - color contains mainly: green. Hex color #025507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025507 is #FDAAF8. Grayscale: #333333. Windows color (decimal): -16624377 or 480514. OLE color: 480514.

HSL color Cylindrical-coordinate representation of color #025507: hue angle of 123.61º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025507 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB2857-
CMYK0.9800.920.67
HSL123.61º95.4%17.06%-
HSV(B)123.61º97.65%33.33%-
XYZ3.316.531.29-
YUV51.2910392.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 85 (33.59% from 255) = 90.43%
BLUE value IS 7 (3.12% from 255) = 7.45%
R=2.13%
G=90.43%
B=7.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28570.9800.920.67123.6195.417.06
Hex25576205C437c5f11
Octal21257142013410317413721
Binary10101010111111000100101110010000111111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025507; }

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

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

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

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

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

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

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

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