Html Css Color HEX #018310 Green

📋 copy color: '#018310'

red 1 ◦ green 131 ◦ blue 16

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

Shades of Green #018310

Tints of Green #018310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.81%

R = 0.68%
G = 88.51%
B = 10.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#018310 (or 0x018310) is known color: Green. HEX triplet: 01, 83 and 10. RGB value is (1,131,16). Sum of RGB (Red+Green+Blue) = 1+131+16=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 131 (51.56% from 255 or 88.51% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 131 - color contains mainly: green. Hex color #018310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018310 is #FE7CEF. Grayscale: #4F4F4F. Windows color (decimal): -16678128 or 1082113. OLE color: 1082113.

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

Color convert

RGB 1 131 16 -
CMYK 0.99 0 0.88 0.49
HSL 126.92º 0.98% 0.26% -
HSV(B) 126.92º 0.99% 0.51% -
XYZ 8.22 16.28 3.2 -
YUV 79.02 92.43 72.35 -
System Red Green Blue C M Y K H S L
Decimal 1 131 16 0.99 0 0.88 0.49 126.92 0.98 0.26
Hex 1 83 10 63 0 58 31 7F 62 1A
Octal 1 203 20 143 0 130 61 177 142 32
Binary 1 10000011 10000 1100011 0 1011000 110001 1111111 1100010 11010

Color Harmonies of #018310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018310

Black with #018310

Text Example


Text Example

White with #018310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018310; }

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

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

background-color css

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

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

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

border-color css

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

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

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