#025B0F

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

Shades of Green #025B0F

Tints of Green #025B0F

Color information

#025B0F (or 0x025B0F) is unknown color: approx Green. HEX triplet: 02, 5B and 0F. RGB value is (2,91,15). Sum of RGB (Red+Green+Blue) = 2+91+15=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 91 (35.94% from 255 or 84.26% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 91 - color contains mainly: green. Hex color #025B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025B0F is #FDA4F0. Grayscale: #373737. Windows color (decimal): -16622833 or 1006338. OLE color: 1006338.

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

Color convert

RGB29115-
CMYK0.9800.840.64
HSL128.76º95.7%18.24%-
HSV(B)128.76º97.8%35.69%-
XYZ3.857.531.7-
YUV55.72105.0189.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 91 (35.94% from 255) = 84.26%
BLUE value IS 15 (6.25% from 255) = 13.89%
R=1.85%
G=84.26%
B=13.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291150.9800.840.64128.7695.718.24
Hex25BF6205440816012
Octal213317142012410020114022
Binary1010110111111110001001010100100000010000001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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