Html Css Color HEX #017A1E Green

📋 copy color: '#017A1E'

red 1 ◦ green 122 ◦ blue 30

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

Shades of Green #017A1E

Tints of Green #017A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.61%

R = 0.65%
G = 79.74%
B = 19.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.52

RGB Variations

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

Color information

#017A1E (or 0x017A1E) is known color: Green. HEX triplet: 01, 7A and 1E. RGB value is (1,122,30). Sum of RGB (Red+Green+Blue) = 1+122+30=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #017A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017A1E is #FE85E1. Grayscale: #4B4B4B. Windows color (decimal): -16680418 or 1997313. OLE color: 1997313.

HSL color Cylindrical-coordinate representation of color #017A1E: hue angle of 134.38º 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 #017A1E is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 30 -
CMYK 0.99 0 0.75 0.52
HSL 134.38º 0.98% 0.24% -
HSV(B) 134.38º 0.99% 0.48% -
XYZ 7.21 14.02 3.55 -
YUV 75.33 102.41 74.98 -
System Red Green Blue C M Y K H S L
Decimal 1 122 30 0.99 0 0.75 0.52 134.38 0.98 0.24
Hex 1 7A 1E 63 0 4B 34 86 62 18
Octal 1 172 36 143 0 113 64 206 142 30
Binary 1 1111010 11110 1100011 0 1001011 110100 10000110 1100010 11000

Color Harmonies of #017A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A1E

Black with #017A1E

Text Example


Text Example

White with #017A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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