#027500

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

Shades of Green #027500

Tints of Green #027500

Color information

#027500 (or 0x027500) is unknown color: approx Green. HEX triplet: 02, 75 and 00. RGB value is (2,117,0). Sum of RGB (Red+Green+Blue) = 2+117+0=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 117 (46.09% from 255 or 98.32% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 117 - color contains mainly: green. Hex color #027500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027500 is #FD8AFF. Grayscale: #454545. Windows color (decimal): -16616192 or 29954. OLE color: 29954.

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

Color convert

RGB21170-
CMYK0.98010.54
HSL118.97º100%22.94%-
HSV(B)118.97º100%45.88%-
XYZ6.3912.742.12-
YUV69.2888.980.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 117 (46.09% from 255) = 98.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=1.68%
G=98.32%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211700.98010.54118.9710022.94
Hex27506206436776417
Octal2165014201446616714427
Binary10111010101100010011001001101101110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027500; }

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

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

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

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

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

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

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

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