Html Css Color HEX #018318 Green

📋 copy color: '#018318'

red 1 ◦ green 131 ◦ blue 24

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

Shades of Green #018318

Tints of Green #018318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 0.64%
G = 83.97%
B = 15.38%

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

#018318 (or 0x018318) is known color: Green. HEX triplet: 01, 83 and 18. RGB value is (1,131,24). Sum of RGB (Red+Green+Blue) = 1+131+24=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 131 (51.56% from 255 or 83.97% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 131 - color contains mainly: green. Hex color #018318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018318 is #FE7CE7. Grayscale: #505050. Windows color (decimal): -16678120 or 1606401. OLE color: 1606401.

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

Color convert

RGB 1 131 24 -
CMYK 0.99 0 0.82 0.49
HSL 130.62º 0.98% 0.26% -
HSV(B) 130.62º 0.99% 0.51% -
XYZ 8.29 16.31 3.57 -
YUV 79.93 96.43 71.7 -
System Red Green Blue C M Y K H S L
Decimal 1 131 24 0.99 0 0.82 0.49 130.62 0.98 0.26
Hex 1 83 18 63 0 52 31 83 62 1A
Octal 1 203 30 143 0 122 61 203 142 32
Binary 1 10000011 11000 1100011 0 1010010 110001 10000011 1100010 11010

Color Harmonies of #018318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018318

Black with #018318

Text Example


Text Example

White with #018318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018318; }

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

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

background-color css

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

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

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

border-color css

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

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

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