#027510

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

Shades of Green #027510

Tints of Green #027510

Color information

#027510 (or 0x027510) is unknown color: approx Green. HEX triplet: 02, 75 and 10. RGB value is (2,117,16). Sum of RGB (Red+Green+Blue) = 2+117+16=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #027510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027510 is #FD8AEF. Grayscale: #474747. Windows color (decimal): -16616176 or 1078530. OLE color: 1078530.

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

Color convert

RGB211716-
CMYK0.9800.860.54
HSL127.3º96.64%23.33%-
HSV(B)127.3º98.29%45.88%-
XYZ6.4812.772.61-
YUV71.196.978.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 117 (46.09% from 255) = 86.67%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=1.48%
G=86.67%
B=11.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117160.9800.860.54127.396.6423.33
Hex2751062056367f6117
Octal21652014201266617714127
Binary101110101100001100010010101101101101111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027510; }

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

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

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

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

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

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

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

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