Html Css Color HEX #017418 Green

📋 copy color: '#017418'

red 1 ◦ green 116 ◦ blue 24

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

Shades of Green #017418

Tints of Green #017418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.27%

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 0.71%
G = 82.27%
B = 17.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#017418 (or 0x017418) is known color: Green. HEX triplet: 01, 74 and 18. RGB value is (1,116,24). Sum of RGB (Red+Green+Blue) = 1+116+24=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #017418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017418 is #FE8BE7. Grayscale: #474747. Windows color (decimal): -16681960 or 1602561. OLE color: 1602561.

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

Color convert

RGB 1 116 24 -
CMYK 0.99 0 0.79 0.55
HSL 132º 0.98% 0.23% -
HSV(B) 132º 0.99% 0.45% -
XYZ 6.42 12.56 2.95 -
YUV 71.13 101.4 77.98 -
System Red Green Blue C M Y K H S L
Decimal 1 116 24 0.99 0 0.79 0.55 132 0.98 0.23
Hex 1 74 18 63 0 4F 37 84 62 17
Octal 1 164 30 143 0 117 67 204 142 27
Binary 1 1110100 11000 1100011 0 1001111 110111 10000100 1100010 10111

Color Harmonies of #017418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017418

Black with #017418

Text Example


Text Example

White with #017418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017418; }

 p { color: rgb(1,116,24); }

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

background-color css

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

 a { background-color: rgb(1,116,24); }

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

border-color css

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

 span { border-color: rgb(1,116,24); }

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