Html Css Color HEX #01700D Green

📋 copy color: '#01700D'

red 1 ◦ green 112 ◦ blue 13

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

Shades of Green #01700D

Tints of Green #01700D

RGB

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

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

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

R = 0.79%
G = 88.89%
B = 10.32%

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

#01700D (or 0x01700D) is known color: Green. HEX triplet: 01, 70 and 0D. RGB value is (1,112,13). Sum of RGB (Red+Green+Blue) = 1+112+13=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 112 (44.14% from 255 or 88.89% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 112 - color contains mainly: green. Hex color #01700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01700D is #FE8FF2. Grayscale: #434343. Windows color (decimal): -16682995 or 880641. OLE color: 880641.

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

Color convert

RGB 1 112 13 -
CMYK 0.99 0 0.88 0.56
HSL 126.49º 0.98% 0.22% -
HSV(B) 126.49º 0.99% 0.44% -
XYZ 5.88 11.62 2.31 -
YUV 67.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 1 112 13 0.99 0 0.88 0.56 126.49 0.98 0.22
Hex 1 70 D 63 0 58 38 7E 62 16
Octal 1 160 15 143 0 130 70 176 142 26
Binary 1 1110000 1101 1100011 0 1011000 111000 1111110 1100010 10110

Color Harmonies of #01700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01700D

Black with #01700D

Text Example


Text Example

White with #01700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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