Html Css Color HEX #018311 Green

📋 copy color: '#018311'

red 1 ◦ green 131 ◦ blue 17

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

Shades of Green #018311

Tints of Green #018311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.41%

R = 0.67%
G = 87.92%
B = 11.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#018311 (or 0x018311) is known color: Green. HEX triplet: 01, 83 and 11. RGB value is (1,131,17). Sum of RGB (Red+Green+Blue) = 1+131+17=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 131 (51.56% from 255 or 87.92% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 131 - color contains mainly: green. Hex color #018311 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018311 is #FE7CEE. Grayscale: #4F4F4F. Windows color (decimal): -16678127 or 1147649. OLE color: 1147649.

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

Color convert

RGB 1 131 17 -
CMYK 0.99 0 0.87 0.49
HSL 127.38º 0.98% 0.26% -
HSV(B) 127.38º 0.99% 0.51% -
XYZ 8.23 16.28 3.24 -
YUV 79.13 92.93 72.27 -
System Red Green Blue C M Y K H S L
Decimal 1 131 17 0.99 0 0.87 0.49 127.38 0.98 0.26
Hex 1 83 11 63 0 57 31 7F 62 1A
Octal 1 203 21 143 0 127 61 177 142 32
Binary 1 10000011 10001 1100011 0 1010111 110001 1111111 1100010 11010

Color Harmonies of #018311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018311

Black with #018311

Text Example


Text Example

White with #018311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018311; }

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

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

background-color css

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

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

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

border-color css

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

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

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