Html Css Color HEX #017016 Green

📋 copy color: '#017016'

red 1 ◦ green 112 ◦ blue 22

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

Shades of Green #017016

Tints of Green #017016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 0.74%
G = 82.96%
B = 16.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#017016 (or 0x017016) is known color: Green. HEX triplet: 01, 70 and 16. RGB value is (1,112,22). Sum of RGB (Red+Green+Blue) = 1+112+22=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #017016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017016 is #FE8FE9. Grayscale: #444444. Windows color (decimal): -16682986 or 1470465. OLE color: 1470465.

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

Color convert

RGB 1 112 22 -
CMYK 0.99 0 0.80 0.56
HSL 131.35º 0.98% 0.22% -
HSV(B) 131.35º 0.99% 0.44% -
XYZ 5.95 11.65 2.69 -
YUV 68.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 1 112 22 0.99 0 0.80 0.56 131.35 0.98 0.22
Hex 1 70 16 63 0 50 38 83 62 16
Octal 1 160 26 143 0 120 70 203 142 26
Binary 1 1110000 10110 1100011 0 1010000 111000 10000011 1100010 10110

Color Harmonies of #017016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017016

Black with #017016

Text Example


Text Example

White with #017016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017016; }

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

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

background-color css

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

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

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

border-color css

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

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

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