Html Css Color HEX #027A11 Green

📋 copy color: '#027A11'

red 2 ◦ green 122 ◦ blue 17

#027A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #027A11

Tints of Green #027A11

RGB

 RED value IS 2 (1.17% from 255) = 1.42%

 GREEN value IS 122 (48.05% from 255) = 86.52%

 BLUE value IS 17 (7.03% from 255) = 12.06%

R = 1.42%
G = 86.52%
B = 12.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.52

RGB Variations

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

Color information

#027A11 (or 0x027A11) is known color: Green. HEX triplet: 02, 7A and 11. RGB value is (2,122,17). Sum of RGB (Red+Green+Blue) = 2+122+17=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 122 (48.05% from 255 or 86.52% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 122 - color contains mainly: green. Hex color #027A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A11 is #FD85EE. Grayscale: #4A4A4A. Windows color (decimal): -16614895 or 1145346. OLE color: 1145346.

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

Color convert

RGB 2 122 17 -
CMYK 0.98 0 0.86 0.52
HSL 127.5º 0.97% 0.24% -
HSV(B) 127.5º 0.98% 0.48% -
XYZ 7.09 13.97 2.85 -
YUV 74.15 95.74 76.54 -
System Red Green Blue C M Y K H S L
Decimal 2 122 17 0.98 0 0.86 0.52 127.5 0.97 0.24
Hex 2 7A 11 62 0 56 34 80 61 18
Octal 2 172 21 142 0 126 64 200 141 30
Binary 10 1111010 10001 1100010 0 1010110 110100 10000000 1100001 11000

Color Harmonies of #027A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A11

Black with #027A11

Text Example


Text Example

White with #027A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #027A11;
 }
 .AnyTagClassName
 {
   color: #027A11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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