Html Css Color HEX #017314 Green

📋 copy color: '#017314'

red 1 ◦ green 115 ◦ blue 20

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

Shades of Green #017314

Tints of Green #017314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 84.56%

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

R = 0.74%
G = 84.56%
B = 14.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#017314 (or 0x017314) is known color: Green. HEX triplet: 01, 73 and 14. RGB value is (1,115,20). Sum of RGB (Red+Green+Blue) = 1+115+20=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #017314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017314 is #FE8CEB. Grayscale: #464646. Windows color (decimal): -16682220 or 1340161. OLE color: 1340161.

HSL color Cylindrical-coordinate representation of color #017314: hue angle of 130º 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 #017314 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 115 20 -
CMYK 0.99 0 0.83 0.55
HSL 130º 0.98% 0.23% -
HSV(B) 130º 0.99% 0.45% -
XYZ 6.27 12.32 2.71 -
YUV 70.08 99.73 78.72 -
System Red Green Blue C M Y K H S L
Decimal 1 115 20 0.99 0 0.83 0.55 130 0.98 0.23
Hex 1 73 14 63 0 53 37 82 62 17
Octal 1 163 24 143 0 123 67 202 142 27
Binary 1 1110011 10100 1100011 0 1010011 110111 10000010 1100010 10111

Color Harmonies of #017314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017314

Black with #017314

Text Example


Text Example

White with #017314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017314; }

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

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

background-color css

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

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

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

border-color css

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

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

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