#027401

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

Shades of Green #027401

Tints of Green #027401

Color information

#027401 (or 0x027401) is unknown color: approx Green. HEX triplet: 02, 74 and 01. RGB value is (2,116,1). Sum of RGB (Red+Green+Blue) = 2+116+1=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 116 (45.70% from 255 or 97.48% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 116 - color contains mainly: green. Hex color #027401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027401 is #FD8BFE. Grayscale: #454545. Windows color (decimal): -16616447 or 95234. OLE color: 95234.

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

Color convert

RGB21161-
CMYK0.9800.990.55
HSL119.48º98.29%22.94%-
HSV(B)119.48º99.14%45.49%-
XYZ6.2812.512.11-
YUV68.889.7380.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 116 (45.70% from 255) = 97.48%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=1.68%
G=97.48%
B=0.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211610.9800.990.55119.4898.2922.94
Hex27416206337776217
Octal2164114201436716714227
Binary10111010011100010011000111101111110111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027401; }

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

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

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

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

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

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

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

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