Html Css Color HEX #018F49 Pigment Green

📋 copy color: '#018F49'

red 1 ◦ green 143 ◦ blue 73

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

Shades of Pigment Green #018F49

Tints of Pigment Green #018F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 65.9%

 BLUE value IS 73 (28.91% from 255) = 33.64%

R = 0.46%
G = 65.9%
B = 33.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#018F49 (or 0x018F49) is known color: Pigment Green. HEX triplet: 01, 8F and 49. RGB value is (1,143,73). Sum of RGB (Red+Green+Blue) = 1+143+73=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #018F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F49 is #FE70B6. Grayscale: #5C5C5C. Windows color (decimal): -16674999 or 4820737. OLE color: 4820737.

HSL color Cylindrical-coordinate representation of color #018F49: hue angle of 150.42º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F49 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 73 -
CMYK 0.99 0 0.49 0.44
HSL 150.42º 0.99% 0.28% -
HSV(B) 150.42º 0.99% 0.56% -
XYZ 11.04 20.13 9.61 -
YUV 92.56 116.96 62.69 -
System Red Green Blue C M Y K H S L
Decimal 1 143 73 0.99 0 0.49 0.44 150.42 0.99 0.28
Hex 1 8F 49 63 0 31 2C 96 63 1C
Octal 1 217 111 143 0 61 54 226 143 34
Binary 1 10001111 1001001 1100011 0 110001 101100 10010110 1100011 11100

Color Harmonies of #018F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F49

Black with #018F49

Text Example


Text Example

White with #018F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018F49; }

 p { color: rgb(1,143,73); }

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

background-color css

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

 a { background-color: rgb(1,143,73); }

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

border-color css

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

 span { border-color: rgb(1,143,73); }

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