Html Css Color HEX #018813 Green

📋 copy color: '#018813'

red 1 ◦ green 136 ◦ blue 19

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

Shades of Green #018813

Tints of Green #018813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 87.18%

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

R = 0.64%
G = 87.18%
B = 12.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#018813 (or 0x018813) is known color: Green. HEX triplet: 01, 88 and 13. RGB value is (1,136,19). Sum of RGB (Red+Green+Blue) = 1+136+19=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 136 (53.52% from 255 or 87.18% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 136 - color contains mainly: green. Hex color #018813 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018813 is #FE77EC. Grayscale: #525252. Windows color (decimal): -16676845 or 1280001. OLE color: 1280001.

HSL color Cylindrical-coordinate representation of color #018813: hue angle of 128º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018813 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 136 19 -
CMYK 0.99 0 0.86 0.47
HSL 128º 0.99% 0.27% -
HSV(B) 128º 0.99% 0.53% -
XYZ 8.93 17.66 3.55 -
YUV 82.3 92.27 70.01 -
System Red Green Blue C M Y K H S L
Decimal 1 136 19 0.99 0 0.86 0.47 128 0.99 0.27
Hex 1 88 13 63 0 56 2F 80 63 1B
Octal 1 210 23 143 0 126 57 200 143 33
Binary 1 10001000 10011 1100011 0 1010110 101111 10000000 1100011 11011

Color Harmonies of #018813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018813

Black with #018813

Text Example


Text Example

White with #018813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018813; }

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

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

background-color css

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

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

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

border-color css

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

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

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