Html Css Color HEX #027A17 Green

📋 copy color: '#027A17'

red 2 ◦ green 122 ◦ blue 23

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

Shades of Green #027A17

Tints of Green #027A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 1.36%
G = 82.99%
B = 15.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#027A17 (or 0x027A17) is known color: Green. HEX triplet: 02, 7A and 17. RGB value is (2,122,23). Sum of RGB (Red+Green+Blue) = 2+122+23=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 122 (48.05% from 255 or 82.99% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 122 - color contains mainly: green. Hex color #027A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027A17 is #FD85E8. Grayscale: #4B4B4B. Windows color (decimal): -16614889 or 1538562. OLE color: 1538562.

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

Color convert

RGB 2 122 23 -
CMYK 0.98 0 0.81 0.52
HSL 130.5º 0.97% 0.24% -
HSV(B) 130.5º 0.98% 0.48% -
XYZ 7.14 13.99 3.14 -
YUV 74.83 98.74 76.05 -
System Red Green Blue C M Y K H S L
Decimal 2 122 23 0.98 0 0.81 0.52 130.5 0.97 0.24
Hex 2 7A 17 62 0 51 34 82 61 18
Octal 2 172 27 142 0 121 64 202 141 30
Binary 10 1111010 10111 1100010 0 1010001 110100 10000010 1100001 11000

Color Harmonies of #027A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A17

Black with #027A17

Text Example


Text Example

White with #027A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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