Html Css Color HEX #018013 Green

📋 copy color: '#018013'

red 1 ◦ green 128 ◦ blue 19

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

Shades of Green #018013

Tints of Green #018013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 86.49%

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

R = 0.68%
G = 86.49%
B = 12.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#018013 (or 0x018013) is known color: Green. HEX triplet: 01, 80 and 13. RGB value is (1,128,19). Sum of RGB (Red+Green+Blue) = 1+128+19=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 128 (50.39% from 255 or 86.49% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 128 - color contains mainly: green. Hex color #018013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018013 is #FE7FEC. Grayscale: #4D4D4D. Windows color (decimal): -16678893 or 1277953. OLE color: 1277953.

HSL color Cylindrical-coordinate representation of color #018013: hue angle of 128.5º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018013 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 19 -
CMYK 0.99 0 0.85 0.50
HSL 128.5º 0.98% 0.25% -
HSV(B) 128.5º 0.99% 0.5% -
XYZ 7.85 15.49 3.19 -
YUV 77.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 1 128 19 0.99 0 0.85 0.50 128.5 0.98 0.25
Hex 1 80 13 63 0 55 32 81 62 19
Octal 1 200 23 143 0 125 62 201 142 31
Binary 1 10000000 10011 1100011 0 1010101 110010 10000001 1100010 11001

Color Harmonies of #018013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018013

Black with #018013

Text Example


Text Example

White with #018013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018013; }

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

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

background-color css

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

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

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

border-color css

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

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

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