Html Css Color HEX #017306 Green

📋 copy color: '#017306'

red 1 ◦ green 115 ◦ blue 6

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

Shades of Green #017306

Tints of Green #017306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.92%

R = 0.82%
G = 94.26%
B = 4.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#017306 (or 0x017306) is known color: Green. HEX triplet: 01, 73 and 06. RGB value is (1,115,6). Sum of RGB (Red+Green+Blue) = 1+115+6=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #017306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017306 is #FE8CF9. Grayscale: #444444. Windows color (decimal): -16682234 or 422657. OLE color: 422657.

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

Color convert

RGB 1 115 6 -
CMYK 0.99 0 0.95 0.55
HSL 122.63º 0.98% 0.23% -
HSV(B) 122.63º 0.99% 0.45% -
XYZ 6.18 12.28 2.22 -
YUV 68.49 92.73 79.86 -
System Red Green Blue C M Y K H S L
Decimal 1 115 6 0.99 0 0.95 0.55 122.63 0.98 0.23
Hex 1 73 6 63 0 5F 37 7B 62 17
Octal 1 163 6 143 0 137 67 173 142 27
Binary 1 1110011 110 1100011 0 1011111 110111 1111011 1100010 10111

Color Harmonies of #017306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017306

Black with #017306

Text Example


Text Example

White with #017306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017306; }

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

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

background-color css

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

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

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

border-color css

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

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

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