#025D03

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

Shades of Green #025D03

Tints of Green #025D03

Color information

#025D03 (or 0x025D03) is unknown color: approx Green. HEX triplet: 02, 5D and 03. RGB value is (2,93,3). Sum of RGB (Red+Green+Blue) = 2+93+3=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 93 (36.72% from 255 or 94.90% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 93 - color contains mainly: green. Hex color #025D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D03 is #FDA2FC. Grayscale: #373737. Windows color (decimal): -16622333 or 220418. OLE color: 220418.

HSL color Cylindrical-coordinate representation of color #025D03: hue angle of 120.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D03 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB2933-
CMYK0.9800.970.64
HSL120.66º95.79%18.63%-
HSV(B)120.66º97.85%36.47%-
XYZ3.967.851.39-
YUV55.5398.3589.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 93 (36.72% from 255) = 94.90%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=2.04%
G=94.90%
B=3.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal29330.9800.970.64120.6695.7918.63
Hex25D36206140796013
Octal21353142014110017114023
Binary1010111011111000100110000110000001111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025D03; }

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

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

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

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

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

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

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

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