Html Css Color HEX #018319 Green

📋 copy color: '#018319'

red 1 ◦ green 131 ◦ blue 25

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

Shades of Green #018319

Tints of Green #018319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 0.64%
G = 83.44%
B = 15.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#018319 (or 0x018319) is known color: Green. HEX triplet: 01, 83 and 19. RGB value is (1,131,25). Sum of RGB (Red+Green+Blue) = 1+131+25=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #018319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018319 is #FE7CE6. Grayscale: #505050. Windows color (decimal): -16678119 or 1671937. OLE color: 1671937.

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

Color convert

RGB 1 131 25 -
CMYK 0.99 0 0.81 0.49
HSL 131.08º 0.98% 0.26% -
HSV(B) 131.08º 0.99% 0.51% -
XYZ 8.3 16.31 3.63 -
YUV 80.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 1 131 25 0.99 0 0.81 0.49 131.08 0.98 0.26
Hex 1 83 19 63 0 51 31 83 62 1A
Octal 1 203 31 143 0 121 61 203 142 32
Binary 1 10000011 11001 1100011 0 1010001 110001 10000011 1100010 11010

Color Harmonies of #018319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018319

Black with #018319

Text Example


Text Example

White with #018319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018319; }

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

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

background-color css

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

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

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

border-color css

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

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

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