#025D09

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

Shades of Green #025D09

Tints of Green #025D09

Color information

#025D09 (or 0x025D09) is unknown color: approx Green. HEX triplet: 02, 5D and 09. RGB value is (2,93,9). Sum of RGB (Red+Green+Blue) = 2+93+9=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 93 (36.72% from 255 or 89.42% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 93 - color contains mainly: green. Hex color #025D09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025D09 is #FDA2F6. Grayscale: #383838. Windows color (decimal): -16622327 or 613634. OLE color: 613634.

HSL color Cylindrical-coordinate representation of color #025D09: hue angle of 124.62º 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 #025D09 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB2939-
CMYK0.9800.900.64
HSL124.62º95.79%18.63%-
HSV(B)124.62º97.85%36.47%-
XYZ3.997.861.57-
YUV56.22101.3589.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 93 (36.72% from 255) = 89.42%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=1.92%
G=89.42%
B=8.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal29390.9800.900.64124.6295.7918.63
Hex25D96205A407d6013
Octal213511142013210017514023
Binary101011101100111000100101101010000001111101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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