Html Css Color HEX #01710D Green

📋 copy color: '#01710D'

red 1 ◦ green 113 ◦ blue 13

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

Shades of Green #01710D

Tints of Green #01710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 0.79%
G = 88.98%
B = 10.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#01710D (or 0x01710D) is known color: Green. HEX triplet: 01, 71 and 0D. RGB value is (1,113,13). Sum of RGB (Red+Green+Blue) = 1+113+13=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 113 (44.53% from 255 or 88.98% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 113 - color contains mainly: green. Hex color #01710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01710D is #FE8EF2. Grayscale: #444444. Windows color (decimal): -16682739 or 880897. OLE color: 880897.

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

Color convert

RGB 1 113 13 -
CMYK 0.99 0 0.88 0.56
HSL 126.43º 0.98% 0.22% -
HSV(B) 126.43º 0.99% 0.44% -
XYZ 5.99 11.85 2.35 -
YUV 68.11 96.89 80.13 -
System Red Green Blue C M Y K H S L
Decimal 1 113 13 0.99 0 0.88 0.56 126.43 0.98 0.22
Hex 1 71 D 63 0 58 38 7E 62 16
Octal 1 161 15 143 0 130 70 176 142 26
Binary 1 1110001 1101 1100011 0 1011000 111000 1111110 1100010 10110

Color Harmonies of #01710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01710D

Black with #01710D

Text Example


Text Example

White with #01710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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