Html Css Color HEX #017214 Green

📋 copy color: '#017214'

red 1 ◦ green 114 ◦ blue 20

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

Shades of Green #017214

Tints of Green #017214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 84.44%

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

R = 0.74%
G = 84.44%
B = 14.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#017214 (or 0x017214) is known color: Green. HEX triplet: 01, 72 and 14. RGB value is (1,114,20). Sum of RGB (Red+Green+Blue) = 1+114+20=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #017214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017214 is #FE8DEB. Grayscale: #454545. Windows color (decimal): -16682476 or 1339905. OLE color: 1339905.

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

Color convert

RGB 1 114 20 -
CMYK 0.99 0 0.82 0.55
HSL 130.09º 0.98% 0.23% -
HSV(B) 130.09º 0.99% 0.45% -
XYZ 6.16 12.09 2.67 -
YUV 69.5 100.06 79.14 -
System Red Green Blue C M Y K H S L
Decimal 1 114 20 0.99 0 0.82 0.55 130.09 0.98 0.23
Hex 1 72 14 63 0 52 37 82 62 17
Octal 1 162 24 143 0 122 67 202 142 27
Binary 1 1110010 10100 1100011 0 1010010 110111 10000010 1100010 10111

Color Harmonies of #017214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017214

Black with #017214

Text Example


Text Example

White with #017214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017214; }

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

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

background-color css

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

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

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

border-color css

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

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

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