Html Css Color HEX #018404 Green

📋 copy color: '#018404'

red 1 ◦ green 132 ◦ blue 4

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

Shades of Green #018404

Tints of Green #018404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 0.73%
G = 96.35%
B = 2.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#018404 (or 0x018404) is known color: Green. HEX triplet: 01, 84 and 04. RGB value is (1,132,4). Sum of RGB (Red+Green+Blue) = 1+132+4=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 132 (51.95% from 255 or 96.35% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 132 - color contains mainly: green. Hex color #018404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018404 is #FE7BFB. Grayscale: #4E4E4E. Windows color (decimal): -16677884 or 295937. OLE color: 295937.

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

Color convert

RGB 1 132 4 -
CMYK 0.99 0 0.97 0.48
HSL 121.37º 0.98% 0.26% -
HSV(B) 121.37º 0.99% 0.52% -
XYZ 8.29 16.52 2.87 -
YUV 78.24 86.1 72.91 -
System Red Green Blue C M Y K H S L
Decimal 1 132 4 0.99 0 0.97 0.48 121.37 0.98 0.26
Hex 1 84 4 63 0 61 30 79 62 1A
Octal 1 204 4 143 0 141 60 171 142 32
Binary 1 10000100 100 1100011 0 1100001 110000 1111001 1100010 11010

Color Harmonies of #018404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018404

Black with #018404

Text Example


Text Example

White with #018404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018404; }

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

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

background-color css

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

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

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

border-color css

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

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

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