Html Css Color HEX #018419 Green

📋 copy color: '#018419'

red 1 ◦ green 132 ◦ blue 25

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

Shades of Green #018419

Tints of Green #018419

RGB

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

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

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

R = 0.63%
G = 83.54%
B = 15.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#018419 (or 0x018419) is known color: Green. HEX triplet: 01, 84 and 19. RGB value is (1,132,25). Sum of RGB (Red+Green+Blue) = 1+132+25=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #018419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018419 is #FE7BE6. Grayscale: #505050. Windows color (decimal): -16677863 or 1672193. OLE color: 1672193.

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

Color convert

RGB 1 132 25 -
CMYK 0.99 0 0.81 0.48
HSL 130.99º 0.98% 0.26% -
HSV(B) 130.99º 0.99% 0.52% -
XYZ 8.44 16.58 3.68 -
YUV 80.63 96.6 71.2 -
System Red Green Blue C M Y K H S L
Decimal 1 132 25 0.99 0 0.81 0.48 130.99 0.98 0.26
Hex 1 84 19 63 0 51 30 83 62 1A
Octal 1 204 31 143 0 121 60 203 142 32
Binary 1 10000100 11001 1100011 0 1010001 110000 10000011 1100010 11010

Color Harmonies of #018419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018419

Black with #018419

Text Example


Text Example

White with #018419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018419; }

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

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

background-color css

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

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

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

border-color css

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

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

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