Html Css Color HEX #017015 Green

📋 copy color: '#017015'

red 1 ◦ green 112 ◦ blue 21

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

Shades of Green #017015

Tints of Green #017015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 83.58%

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

R = 0.75%
G = 83.58%
B = 15.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#017015 (or 0x017015) is known color: Green. HEX triplet: 01, 70 and 15. RGB value is (1,112,21). Sum of RGB (Red+Green+Blue) = 1+112+21=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #017015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017015 is #FE8FEA. Grayscale: #444444. Windows color (decimal): -16682987 or 1404929. OLE color: 1404929.

HSL color Cylindrical-coordinate representation of color #017015: hue angle of 130.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017015 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 21 -
CMYK 0.99 0 0.81 0.56
HSL 130.81º 0.98% 0.22% -
HSV(B) 130.81º 0.99% 0.44% -
XYZ 5.94 11.65 2.64 -
YUV 68.44 101.23 79.9 -
System Red Green Blue C M Y K H S L
Decimal 1 112 21 0.99 0 0.81 0.56 130.81 0.98 0.22
Hex 1 70 15 63 0 51 38 83 62 16
Octal 1 160 25 143 0 121 70 203 142 26
Binary 1 1110000 10101 1100011 0 1010001 111000 10000011 1100010 10110

Color Harmonies of #017015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017015

Black with #017015

Text Example


Text Example

White with #017015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017015; }

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

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

background-color css

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

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

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

border-color css

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

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

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