Html Css Color HEX #018411 Green

📋 copy color: '#018411'

red 1 ◦ green 132 ◦ blue 17

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

Shades of Green #018411

Tints of Green #018411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 88%

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 0.67%
G = 88%
B = 11.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#018411 (or 0x018411) is known color: Green. HEX triplet: 01, 84 and 11. RGB value is (1,132,17). Sum of RGB (Red+Green+Blue) = 1+132+17=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 132 (51.95% from 255 or 88% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 132 - color contains mainly: green. Hex color #018411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018411 is #FE7BEE. Grayscale: #505050. Windows color (decimal): -16677871 or 1147905. OLE color: 1147905.

HSL color Cylindrical-coordinate representation of color #018411: hue angle of 127.33º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018411 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 17 -
CMYK 0.99 0 0.87 0.48
HSL 127.33º 0.98% 0.26% -
HSV(B) 127.33º 0.99% 0.52% -
XYZ 8.36 16.55 3.28 -
YUV 79.72 92.6 71.85 -
System Red Green Blue C M Y K H S L
Decimal 1 132 17 0.99 0 0.87 0.48 127.33 0.98 0.26
Hex 1 84 11 63 0 57 30 7F 62 1A
Octal 1 204 21 143 0 127 60 177 142 32
Binary 1 10000100 10001 1100011 0 1010111 110000 1111111 1100010 11010

Color Harmonies of #018411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018411

Black with #018411

Text Example


Text Example

White with #018411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018411; }

 p { color: rgb(1,132,17); }

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

background-color css

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

 a { background-color: rgb(1,132,17); }

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

border-color css

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

 span { border-color: rgb(1,132,17); }

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