Html Css Color HEX #01701B Green

📋 copy color: '#01701B'

red 1 ◦ green 112 ◦ blue 27

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

Shades of Green #01701B

Tints of Green #01701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 0.71%
G = 80%
B = 19.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#01701B (or 0x01701B) is known color: Green. HEX triplet: 01, 70 and 1B. RGB value is (1,112,27). Sum of RGB (Red+Green+Blue) = 1+112+27=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #01701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01701B is #FE8FE4. Grayscale: #454545. Windows color (decimal): -16682981 or 1798145. OLE color: 1798145.

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

Color convert

RGB 1 112 27 -
CMYK 0.99 0 0.76 0.56
HSL 134.05º 0.98% 0.22% -
HSV(B) 134.05º 0.99% 0.44% -
XYZ 6 11.67 2.97 -
YUV 69.12 104.23 79.41 -
System Red Green Blue C M Y K H S L
Decimal 1 112 27 0.99 0 0.76 0.56 134.05 0.98 0.22
Hex 1 70 1B 63 0 4C 38 86 62 16
Octal 1 160 33 143 0 114 70 206 142 26
Binary 1 1110000 11011 1100011 0 1001100 111000 10000110 1100010 10110

Color Harmonies of #01701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01701B

Black with #01701B

Text Example


Text Example

White with #01701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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