#027A10

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

Shades of Green #027A10

Tints of Green #027A10

Color information

#027A10 (or 0x027A10) is unknown color: approx Green. HEX triplet: 02, 7A and 10. RGB value is (2,122,16). Sum of RGB (Red+Green+Blue) = 2+122+16=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 122 (48.05% from 255 or 87.14% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 122 - color contains mainly: green. Hex color #027A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A10 is #FD85EF. Grayscale: #4A4A4A. Windows color (decimal): -16614896 or 1079810. OLE color: 1079810.

HSL color Cylindrical-coordinate representation of color #027A10: hue angle of 127º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A10 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB212216-
CMYK0.9800.870.52
HSL127º96.77%24.31%-
HSV(B)127º98.36%47.84%-
XYZ7.0813.972.81-
YUV74.0495.2476.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 122 (48.05% from 255) = 87.14%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=1.43%
G=87.14%
B=11.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2122160.9800.870.5212796.7724.31
Hex27A1062057347f6118
Octal21722014201276417714130
Binary101111010100001100010010101111101001111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027A10; }

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

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

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

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

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

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

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

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