Html Css Color HEX #018317 Green

📋 copy color: '#018317'

red 1 ◦ green 131 ◦ blue 23

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

Shades of Green #018317

Tints of Green #018317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 0.65%
G = 84.52%
B = 14.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#018317 (or 0x018317) is known color: Green. HEX triplet: 01, 83 and 17. RGB value is (1,131,23). Sum of RGB (Red+Green+Blue) = 1+131+23=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 131 (51.56% from 255 or 84.52% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 131 - color contains mainly: green. Hex color #018317 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018317 is #FE7CE8. Grayscale: #505050. Windows color (decimal): -16678121 or 1540865. OLE color: 1540865.

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

Color convert

RGB 1 131 23 -
CMYK 0.99 0 0.82 0.49
HSL 130.15º 0.98% 0.26% -
HSV(B) 130.15º 0.99% 0.51% -
XYZ 8.28 16.3 3.52 -
YUV 79.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 1 131 23 0.99 0 0.82 0.49 130.15 0.98 0.26
Hex 1 83 17 63 0 52 31 82 62 1A
Octal 1 203 27 143 0 122 61 202 142 32
Binary 1 10000011 10111 1100011 0 1010010 110001 10000010 1100010 11010

Color Harmonies of #018317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018317

Black with #018317

Text Example


Text Example

White with #018317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018317; }

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

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

background-color css

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

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

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

border-color css

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

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

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