Html Css Color HEX #017013 Green

📋 copy color: '#017013'

red 1 ◦ green 112 ◦ blue 19

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

Shades of Green #017013

Tints of Green #017013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.85%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 0.76%
G = 84.85%
B = 14.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#017013 (or 0x017013) is known color: Green. HEX triplet: 01, 70 and 13. RGB value is (1,112,19). Sum of RGB (Red+Green+Blue) = 1+112+19=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #017013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017013 is #FE8FEC. Grayscale: #444444. Windows color (decimal): -16682989 or 1273857. OLE color: 1273857.

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

Color convert

RGB 1 112 19 -
CMYK 0.99 0 0.83 0.56
HSL 129.73º 0.98% 0.22% -
HSV(B) 129.73º 0.99% 0.44% -
XYZ 5.92 11.64 2.55 -
YUV 68.21 100.23 80.06 -
System Red Green Blue C M Y K H S L
Decimal 1 112 19 0.99 0 0.83 0.56 129.73 0.98 0.22
Hex 1 70 13 63 0 53 38 82 62 16
Octal 1 160 23 143 0 123 70 202 142 26
Binary 1 1110000 10011 1100011 0 1010011 111000 10000010 1100010 10110

Color Harmonies of #017013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017013

Black with #017013

Text Example


Text Example

White with #017013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017013; }

 p { color: rgb(1,112,19); }

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

background-color css

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

 a { background-color: rgb(1,112,19); }

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

border-color css

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

 span { border-color: rgb(1,112,19); }

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