Html Css Color HEX #017114 Green

📋 copy color: '#017114'

red 1 ◦ green 113 ◦ blue 20

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

Shades of Green #017114

Tints of Green #017114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 84.33%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 0.75%
G = 84.33%
B = 14.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#017114 (or 0x017114) is known color: Green. HEX triplet: 01, 71 and 14. RGB value is (1,113,20). Sum of RGB (Red+Green+Blue) = 1+113+20=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #017114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017114 is #FE8EEB. Grayscale: #454545. Windows color (decimal): -16682732 or 1339649. OLE color: 1339649.

HSL color Cylindrical-coordinate representation of color #017114: hue angle of 130.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017114 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 113 20 -
CMYK 0.99 0 0.82 0.56
HSL 130.18º 0.98% 0.22% -
HSV(B) 130.18º 0.99% 0.44% -
XYZ 6.04 11.87 2.63 -
YUV 68.91 100.39 79.56 -
System Red Green Blue C M Y K H S L
Decimal 1 113 20 0.99 0 0.82 0.56 130.18 0.98 0.22
Hex 1 71 14 63 0 52 38 82 62 16
Octal 1 161 24 143 0 122 70 202 142 26
Binary 1 1110001 10100 1100011 0 1010010 111000 10000010 1100010 10110

Color Harmonies of #017114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017114

Black with #017114

Text Example


Text Example

White with #017114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017114; }

 p { color: rgb(1,113,20); }

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

background-color css

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

 a { background-color: rgb(1,113,20); }

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

border-color css

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

 span { border-color: rgb(1,113,20); }

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