#027501

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

Shades of Green #027501

Tints of Green #027501

Color information

#027501 (or 0x027501) is unknown color: approx Green. HEX triplet: 02, 75 and 01. RGB value is (2,117,1). Sum of RGB (Red+Green+Blue) = 2+117+1=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 117 (46.09% from 255 or 97.5% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 117 - color contains mainly: green. Hex color #027501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027501 is #FD8AFE. Grayscale: #454545. Windows color (decimal): -16616191 or 95490. OLE color: 95490.

HSL color Cylindrical-coordinate representation of color #027501: hue angle of 119.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027501 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB21171-
CMYK0.9800.990.54
HSL119.48º98.31%23.14%-
HSV(B)119.48º99.15%45.88%-
XYZ6.3912.742.15-
YUV69.3989.479.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 117 (46.09% from 255) = 97.5%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=1.67%
G=97.5%
B=0.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211710.9800.990.54119.4898.3123.14
Hex27516206336776217
Octal2165114201436616714227
Binary10111010111100010011000111101101110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027501; }

 p { color: rgb(2,117,1); }

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

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

 a { background-color: rgb(2,117,1); }

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

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

 span { border-color: rgb(2,117,1); }

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