Html Css Color HEX #018F42 Pigment Green

📋 copy color: '#018F42'

red 1 ◦ green 143 ◦ blue 66

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

Shades of Pigment Green #018F42

Tints of Pigment Green #018F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.43%

R = 0.48%
G = 68.1%
B = 31.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#018F42 (or 0x018F42) is known color: Pigment Green. HEX triplet: 01, 8F and 42. RGB value is (1,143,66). Sum of RGB (Red+Green+Blue) = 1+143+66=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 143 (56.25% from 255 or 68.10% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 143 - color contains mainly: green. Hex color #018F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F42 is #FE70BD. Grayscale: #5B5B5B. Windows color (decimal): -16675006 or 4361985. OLE color: 4361985.

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

Color convert

RGB 1 143 66 -
CMYK 0.99 0 0.54 0.44
HSL 147.46º 0.99% 0.28% -
HSV(B) 147.46º 0.99% 0.56% -
XYZ 10.82 20.04 8.45 -
YUV 91.76 113.46 63.26 -
System Red Green Blue C M Y K H S L
Decimal 1 143 66 0.99 0 0.54 0.44 147.46 0.99 0.28
Hex 1 8F 42 63 0 36 2C 93 63 1C
Octal 1 217 102 143 0 66 54 223 143 34
Binary 1 10001111 1000010 1100011 0 110110 101100 10010011 1100011 11100

Color Harmonies of #018F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F42

Black with #018F42

Text Example


Text Example

White with #018F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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