Html Css Color HEX #017419 Green

📋 copy color: '#017419'

red 1 ◦ green 116 ◦ blue 25

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

Shades of Green #017419

Tints of Green #017419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.61%

R = 0.7%
G = 81.69%
B = 17.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#017419 (or 0x017419) is known color: Green. HEX triplet: 01, 74 and 19. RGB value is (1,116,25). Sum of RGB (Red+Green+Blue) = 1+116+25=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 116 (45.70% from 255 or 81.69% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 116 - color contains mainly: green. Hex color #017419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017419 is #FE8BE6. Grayscale: #474747. Windows color (decimal): -16681959 or 1668097. OLE color: 1668097.

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

Color convert

RGB 1 116 25 -
CMYK 0.99 0 0.78 0.55
HSL 132.52º 0.98% 0.23% -
HSV(B) 132.52º 0.99% 0.45% -
XYZ 6.43 12.57 3.01 -
YUV 71.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 1 116 25 0.99 0 0.78 0.55 132.52 0.98 0.23
Hex 1 74 19 63 0 4E 37 85 62 17
Octal 1 164 31 143 0 116 67 205 142 27
Binary 1 1110100 11001 1100011 0 1001110 110111 10000101 1100010 10111

Color Harmonies of #017419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017419

Black with #017419

Text Example


Text Example

White with #017419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017419; }

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

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

background-color css

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

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

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

border-color css

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

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

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