Html Css Color HEX #018F46 Pigment Green

📋 copy color: '#018F46'

red 1 ◦ green 143 ◦ blue 70

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

Shades of Pigment Green #018F46

Tints of Pigment Green #018F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 0.47%
G = 66.82%
B = 32.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#018F46 (or 0x018F46) is known color: Pigment Green. HEX triplet: 01, 8F and 46. RGB value is (1,143,70). Sum of RGB (Red+Green+Blue) = 1+143+70=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #018F46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F46 is #FE70B9. Grayscale: #5C5C5C. Windows color (decimal): -16675002 or 4624129. OLE color: 4624129.

HSL color Cylindrical-coordinate representation of color #018F46: hue angle of 149.15º 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 #018F46 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 70 -
CMYK 0.99 0 0.51 0.44
HSL 149.15º 0.99% 0.28% -
HSV(B) 149.15º 0.99% 0.56% -
XYZ 10.94 20.09 9.1 -
YUV 92.22 115.46 62.94 -
System Red Green Blue C M Y K H S L
Decimal 1 143 70 0.99 0 0.51 0.44 149.15 0.99 0.28
Hex 1 8F 46 63 0 33 2C 95 63 1C
Octal 1 217 106 143 0 63 54 225 143 34
Binary 1 10001111 1000110 1100011 0 110011 101100 10010101 1100011 11100

Color Harmonies of #018F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F46

Black with #018F46

Text Example


Text Example

White with #018F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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