#025B09

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

Shades of Green #025B09

Tints of Green #025B09

Color information

#025B09 (or 0x025B09) is unknown color: approx Green. HEX triplet: 02, 5B and 09. RGB value is (2,91,9). Sum of RGB (Red+Green+Blue) = 2+91+9=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 91 (35.94% from 255 or 89.22% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 91 - color contains mainly: green. Hex color #025B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B09 is #FDA4F6. Grayscale: #373737. Windows color (decimal): -16622839 or 613122. OLE color: 613122.

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

Color convert

RGB2919-
CMYK0.9800.900.64
HSL124.72º95.7%18.24%-
HSV(B)124.72º97.8%35.69%-
XYZ3.827.511.51-
YUV55.04102.0190.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 91 (35.94% from 255) = 89.22%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=1.96%
G=89.22%
B=8.82%

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
Decimal29190.9800.900.64124.7295.718.24
Hex25B96205A407d6012
Octal213311142013210017514022
Binary101011011100111000100101101010000001111101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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