Html Css Color HEX #018313 Green

📋 copy color: '#018313'

red 1 ◦ green 131 ◦ blue 19

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

Shades of Green #018313

Tints of Green #018313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 86.75%

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

R = 0.66%
G = 86.75%
B = 12.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#018313 (or 0x018313) is known color: Green. HEX triplet: 01, 83 and 13. RGB value is (1,131,19). Sum of RGB (Red+Green+Blue) = 1+131+19=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 131 (51.56% from 255 or 86.75% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 131 - color contains mainly: green. Hex color #018313 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018313 is #FE7CEC. Grayscale: #4F4F4F. Windows color (decimal): -16678125 or 1278721. OLE color: 1278721.

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

Color convert

RGB 1 131 19 -
CMYK 0.99 0 0.85 0.49
HSL 128.31º 0.98% 0.26% -
HSV(B) 128.31º 0.99% 0.51% -
XYZ 8.25 16.29 3.32 -
YUV 79.36 93.93 72.11 -
System Red Green Blue C M Y K H S L
Decimal 1 131 19 0.99 0 0.85 0.49 128.31 0.98 0.26
Hex 1 83 13 63 0 55 31 80 62 1A
Octal 1 203 23 143 0 125 61 200 142 32
Binary 1 10000011 10011 1100011 0 1010101 110001 10000000 1100010 11010

Color Harmonies of #018313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018313

Black with #018313

Text Example


Text Example

White with #018313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018313; }

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

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

background-color css

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

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

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

border-color css

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

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

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