#025903

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

Shades of Green #025903

Tints of Green #025903

Color information

#025903 (or 0x025903) is unknown color: approx Green. HEX triplet: 02, 59 and 03. RGB value is (2,89,3). Sum of RGB (Red+Green+Blue) = 2+89+3=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 89 (35.16% from 255 or 94.68% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 89 - color contains mainly: green. Hex color #025903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025903 is #FDA6FC. Grayscale: #353535. Windows color (decimal): -16623357 or 219394. OLE color: 219394.

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

Color convert

RGB2893-
CMYK0.9800.970.65
HSL120.69º95.6%17.84%-
HSV(B)120.69º97.75%34.9%-
XYZ3.617.161.28-
YUV53.1899.6891.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 89 (35.16% from 255) = 94.68%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=2.13%
G=94.68%
B=3.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal28930.9800.970.65120.6995.617.84
Hex25936206141796012
Octal21313142014110117114022
Binary1010110011111000100110000110000011111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025903; }

 p { color: rgb(2,89,3); }

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

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

 a { background-color: rgb(2,89,3); }

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

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

 span { border-color: rgb(2,89,3); }

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