#025B03

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

Shades of Green #025B03

Tints of Green #025B03

Color information

#025B03 (or 0x025B03) is unknown color: approx Green. HEX triplet: 02, 5B and 03. RGB value is (2,91,3). Sum of RGB (Red+Green+Blue) = 2+91+3=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 91 (35.94% from 255 or 94.79% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 91 - color contains mainly: green. Hex color #025B03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B03 is #FDA4FC. Grayscale: #363636. Windows color (decimal): -16622845 or 219906. OLE color: 219906.

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

Color convert

RGB2913-
CMYK0.9800.970.64
HSL120.67º95.7%18.24%-
HSV(B)120.67º97.8%35.69%-
XYZ3.787.51.33-
YUV54.3699.0190.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 91 (35.94% from 255) = 94.79%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=2.08%
G=94.79%
B=3.12%

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
Decimal29130.9800.970.64120.6795.718.24
Hex25B36206140796012
Octal21333142014110017114022
Binary1010110111111000100110000110000001111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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