#027A0A

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

Shades of Green #027A0A

Tints of Green #027A0A

Color information

#027A0A (or 0x027A0A) is unknown color: approx Green. HEX triplet: 02, 7A and 0A. RGB value is (2,122,10). Sum of RGB (Red+Green+Blue) = 2+122+10=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 122 (48.05% from 255 or 91.04% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 122 - color contains mainly: green. Hex color #027A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A0A is #FD85F5. Grayscale: #494949. Windows color (decimal): -16614902 or 686594. OLE color: 686594.

HSL color Cylindrical-coordinate representation of color #027A0A: hue angle of 124º 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 #027A0A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB212210-
CMYK0.9800.920.52
HSL124º96.77%24.31%-
HSV(B)124º98.36%47.84%-
XYZ7.0413.952.61-
YUV73.3592.2477.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 122 (48.05% from 255) = 91.04%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=1.49%
G=91.04%
B=7.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2122100.9800.920.5212496.7724.31
Hex27AA6205C347c6118
Octal21721214201346417414130
Binary10111101010101100010010111001101001111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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