Html Css Color HEX #017102 Green

📋 copy color: '#017102'

red 1 ◦ green 113 ◦ blue 2

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

Shades of Green #017102

Tints of Green #017102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 0.86%
G = 97.41%
B = 1.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#017102 (or 0x017102) is known color: Green. HEX triplet: 01, 71 and 02. RGB value is (1,113,2). Sum of RGB (Red+Green+Blue) = 1+113+2=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 113 (44.53% from 255 or 97.41% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 113 - color contains mainly: green. Hex color #017102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017102 is #FE8EFD. Grayscale: #434343. Windows color (decimal): -16682750 or 160001. OLE color: 160001.

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

Color convert

RGB 1 113 2 -
CMYK 0.99 0 0.98 0.56
HSL 120.54º 0.98% 0.22% -
HSV(B) 120.54º 0.99% 0.44% -
XYZ 5.93 11.82 2.03 -
YUV 66.86 91.39 81.03 -
System Red Green Blue C M Y K H S L
Decimal 1 113 2 0.99 0 0.98 0.56 120.54 0.98 0.22
Hex 1 71 2 63 0 62 38 79 62 16
Octal 1 161 2 143 0 142 70 171 142 26
Binary 1 1110001 10 1100011 0 1100010 111000 1111001 1100010 10110

Color Harmonies of #017102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017102

Black with #017102

Text Example


Text Example

White with #017102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017102; }

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

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

background-color css

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

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

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

border-color css

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

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

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