Html Css Color HEX #017302 Green

📋 copy color: '#017302'

red 1 ◦ green 115 ◦ blue 2

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

Shades of Green #017302

Tints of Green #017302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 97.46%

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

R = 0.85%
G = 97.46%
B = 1.69%

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

#017302 (or 0x017302) is known color: Green. HEX triplet: 01, 73 and 02. RGB value is (1,115,2). Sum of RGB (Red+Green+Blue) = 1+115+2=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 115 (45.31% from 255 or 97.46% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 115 - color contains mainly: green. Hex color #017302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017302 is #FE8CFD. Grayscale: #444444. Windows color (decimal): -16682238 or 160513. OLE color: 160513.

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

Color convert

RGB 1 115 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.15 12.27 2.1 -
YUV 68.03 90.73 80.19 -
System Red Green Blue C M Y K H S L
Decimal 1 115 2 0.99 0 0.98 0.55 120.53 0.98 0.23
Hex 1 73 2 63 0 62 37 79 62 17
Octal 1 163 2 143 0 142 67 171 142 27
Binary 1 1110011 10 1100011 0 1100010 110111 1111001 1100010 10111

Color Harmonies of #017302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017302

Black with #017302

Text Example


Text Example

White with #017302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017302; }

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

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

background-color css

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

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

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

border-color css

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

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

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