Html Css Color HEX #017A20 Green

📋 copy color: '#017A20'

red 1 ◦ green 122 ◦ blue 32

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

Shades of Green #017A20

Tints of Green #017A20

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 0.65%
G = 78.71%
B = 20.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#017A20 (or 0x017A20) is known color: Green. HEX triplet: 01, 7A and 20. RGB value is (1,122,32). Sum of RGB (Red+Green+Blue) = 1+122+32=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 122 (48.05% from 255 or 78.71% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 122 - color contains mainly: green. Hex color #017A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A20 is #FE85DF. Grayscale: #4B4B4B. Windows color (decimal): -16680416 or 2128385. OLE color: 2128385.

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

Color convert

RGB 1 122 32 -
CMYK 0.99 0 0.74 0.52
HSL 135.37º 0.98% 0.24% -
HSV(B) 135.37º 0.99% 0.48% -
XYZ 7.23 14.03 3.69 -
YUV 75.56 103.41 74.82 -
System Red Green Blue C M Y K H S L
Decimal 1 122 32 0.99 0 0.74 0.52 135.37 0.98 0.24
Hex 1 7A 20 63 0 4A 34 87 62 18
Octal 1 172 40 143 0 112 64 207 142 30
Binary 1 1111010 100000 1100011 0 1001010 110100 10000111 1100010 11000

Color Harmonies of #017A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A20

Black with #017A20

Text Example


Text Example

White with #017A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017A20; }

 p { color: rgb(1,122,32); }

 H1.HeaderClassName
 {
   color: #017A20;
 }
 .AnyTagClassName
 {
   color: #017A20;
 }
</style>

background-color css

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

 a { background-color: rgb(1,122,32); }

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

border-color css

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

 span { border-color: rgb(1,122,32); }

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