Html Css Color HEX #018413 Green

📋 copy color: '#018413'

red 1 ◦ green 132 ◦ blue 19

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

Shades of Green #018413

Tints of Green #018413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 0.66%
G = 86.84%
B = 12.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#018413 (or 0x018413) is known color: Green. HEX triplet: 01, 84 and 13. RGB value is (1,132,19). Sum of RGB (Red+Green+Blue) = 1+132+19=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 132 (51.95% from 255 or 86.84% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 132 - color contains mainly: green. Hex color #018413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018413 is #FE7BEC. Grayscale: #505050. Windows color (decimal): -16677869 or 1278977. OLE color: 1278977.

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

Color convert

RGB 1 132 19 -
CMYK 0.99 0 0.86 0.48
HSL 128.24º 0.98% 0.26% -
HSV(B) 128.24º 0.99% 0.52% -
XYZ 8.38 16.56 3.37 -
YUV 79.95 93.6 71.69 -
System Red Green Blue C M Y K H S L
Decimal 1 132 19 0.99 0 0.86 0.48 128.24 0.98 0.26
Hex 1 84 13 63 0 56 30 80 62 1A
Octal 1 204 23 143 0 126 60 200 142 32
Binary 1 10000100 10011 1100011 0 1010110 110000 10000000 1100010 11010

Color Harmonies of #018413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018413

Black with #018413

Text Example


Text Example

White with #018413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018413; }

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

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

background-color css

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

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

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

border-color css

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

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

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