Html Css Color HEX #017315 Green

📋 copy color: '#017315'

red 1 ◦ green 115 ◦ blue 21

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

Shades of Green #017315

Tints of Green #017315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 0.73%
G = 83.94%
B = 15.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#017315 (or 0x017315) is known color: Green. HEX triplet: 01, 73 and 15. RGB value is (1,115,21). Sum of RGB (Red+Green+Blue) = 1+115+21=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #017315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017315 is #FE8CEA. Grayscale: #464646. Windows color (decimal): -16682219 or 1405697. OLE color: 1405697.

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

Color convert

RGB 1 115 21 -
CMYK 0.99 0 0.82 0.55
HSL 130.53º 0.98% 0.23% -
HSV(B) 130.53º 0.99% 0.45% -
XYZ 6.28 12.32 2.76 -
YUV 70.2 100.23 78.64 -
System Red Green Blue C M Y K H S L
Decimal 1 115 21 0.99 0 0.82 0.55 130.53 0.98 0.23
Hex 1 73 15 63 0 52 37 83 62 17
Octal 1 163 25 143 0 122 67 203 142 27
Binary 1 1110011 10101 1100011 0 1010010 110111 10000011 1100010 10111

Color Harmonies of #017315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017315

Black with #017315

Text Example


Text Example

White with #017315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017315; }

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

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

background-color css

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

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

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

border-color css

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

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

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