Html Css Color HEX #017200 Green

📋 copy color: '#017200'

red 1 ◦ green 114 ◦ blue 0

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

Shades of Green #017200

Tints of Green #017200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 0.87%
G = 99.13%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#017200 (or 0x017200) is known color: Green. HEX triplet: 01, 72 and 00. RGB value is (1,114,0). Sum of RGB (Red+Green+Blue) = 1+114+0=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 114 (44.92% from 255 or 99.13% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 114 - color contains mainly: green. Hex color #017200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017200 is #FE8DFF. Grayscale: #434343. Windows color (decimal): -16682496 or 29185. OLE color: 29185.

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

Color convert

RGB 1 114 0 -
CMYK 0.99 0 1 0.55
HSL 119.47º 1% 0.22% -
HSV(B) 119.47º 1% 0.45% -
XYZ 6.03 12.04 2.01 -
YUV 67.22 90.06 80.77 -
System Red Green Blue C M Y K H S L
Decimal 1 114 0 0.99 0 1 0.55 119.47 1 0.22
Hex 1 72 0 63 0 64 37 77 64 16
Octal 1 162 0 143 0 144 67 167 144 26
Binary 1 1110010 0 1100011 0 1100100 110111 1110111 1100100 10110

Color Harmonies of #017200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017200

Black with #017200

Text Example


Text Example

White with #017200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017200; }

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

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

background-color css

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

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

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

border-color css

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

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

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