Html Css Color HEX #017202 Green

📋 copy color: '#017202'

red 1 ◦ green 114 ◦ blue 2

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

Shades of Green #017202

Tints of Green #017202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 97.44%

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

R = 0.85%
G = 97.44%
B = 1.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#017202 (or 0x017202) is known color: Green. HEX triplet: 01, 72 and 02. RGB value is (1,114,2). Sum of RGB (Red+Green+Blue) = 1+114+2=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 114 (44.92% from 255 or 97.44% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 114 - color contains mainly: green. Hex color #017202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017202 is #FE8DFD. Grayscale: #434343. Windows color (decimal): -16682494 or 160257. OLE color: 160257.

HSL color Cylindrical-coordinate representation of color #017202: hue angle of 120.53º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017202 is Cyan = 0.99, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 2 -
CMYK 0.99 0 0.98 0.55
HSL 120.53º 0.98% 0.23% -
HSV(B) 120.53º 0.99% 0.45% -
XYZ 6.04 12.05 2.06 -
YUV 67.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 1 114 2 0.99 0 0.98 0.55 120.53 0.98 0.23
Hex 1 72 2 63 0 62 37 79 62 17
Octal 1 162 2 143 0 142 67 171 142 27
Binary 1 1110010 10 1100011 0 1100010 110111 1111001 1100010 10111

Color Harmonies of #017202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017202

Black with #017202

Text Example


Text Example

White with #017202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017202; }

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

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

background-color css

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

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

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

border-color css

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

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

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