#025403

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

Shades of Green #025403

Tints of Green #025403

Color information

#025403 (or 0x025403) is unknown color: approx Green. HEX triplet: 02, 54 and 03. RGB value is (2,84,3). Sum of RGB (Red+Green+Blue) = 2+84+3=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 84 (33.20% from 255 or 94.38% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 84 - color contains mainly: green. Hex color #025403 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025403 is #FDABFC. Grayscale: #323232. Windows color (decimal): -16624637 or 218114. OLE color: 218114.

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

Color convert

RGB2843-
CMYK0.9800.960.67
HSL120.73º95.35%16.86%-
HSV(B)120.73º97.62%32.94%-
XYZ3.216.361.14-
YUV50.25101.3393.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 84 (33.20% from 255) = 94.38%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=2.25%
G=94.38%
B=3.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal28430.9800.960.67120.7395.3516.86
Hex25436206043795f11
Octal21243142014010317113721
Binary1010101001111000100110000010000111111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025403; }

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

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

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

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

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

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

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

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