Html Css Color HEX #018F4F Pigment Green

📋 copy color: '#018F4F'

red 1 ◦ green 143 ◦ blue 79

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

Shades of Pigment Green #018F4F

Tints of Pigment Green #018F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 0.45%
G = 64.13%
B = 35.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#018F4F (or 0x018F4F) is known color: Pigment Green. HEX triplet: 01, 8F and 4F. RGB value is (1,143,79). Sum of RGB (Red+Green+Blue) = 1+143+79=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #018F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F4F is #FE70B0. Grayscale: #5D5D5D. Windows color (decimal): -16674993 or 5213953. OLE color: 5213953.

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

Color convert

RGB 1 143 79 -
CMYK 0.99 0 0.45 0.44
HSL 152.96º 0.99% 0.28% -
HSV(B) 152.96º 0.99% 0.56% -
XYZ 11.25 20.22 10.71 -
YUV 93.25 119.96 62.2 -
System Red Green Blue C M Y K H S L
Decimal 1 143 79 0.99 0 0.45 0.44 152.96 0.99 0.28
Hex 1 8F 4F 63 0 2D 2C 99 63 1C
Octal 1 217 117 143 0 55 54 231 143 34
Binary 1 10001111 1001111 1100011 0 101101 101100 10011001 1100011 11100

Color Harmonies of #018F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F4F

Black with #018F4F

Text Example


Text Example

White with #018F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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