Html Css Color HEX #018F40 Pigment Green

📋 copy color: '#018F40'

red 1 ◦ green 143 ◦ blue 64

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

Shades of Pigment Green #018F40

Tints of Pigment Green #018F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.77%

R = 0.48%
G = 68.75%
B = 30.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#018F40 (or 0x018F40) is known color: Pigment Green. HEX triplet: 01, 8F and 40. RGB value is (1,143,64). Sum of RGB (Red+Green+Blue) = 1+143+64=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #018F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F40 is #FE70BF. Grayscale: #5B5B5B. Windows color (decimal): -16675008 or 4230913. OLE color: 4230913.

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

Color convert

RGB 1 143 64 -
CMYK 0.99 0 0.55 0.44
HSL 146.62º 0.99% 0.28% -
HSV(B) 146.62º 0.99% 0.56% -
XYZ 10.76 20.02 8.15 -
YUV 91.54 112.46 63.42 -
System Red Green Blue C M Y K H S L
Decimal 1 143 64 0.99 0 0.55 0.44 146.62 0.99 0.28
Hex 1 8F 40 63 0 37 2C 93 63 1C
Octal 1 217 100 143 0 67 54 223 143 34
Binary 1 10001111 1000000 1100011 0 110111 101100 10010011 1100011 11100

Color Harmonies of #018F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F40

Black with #018F40

Text Example


Text Example

White with #018F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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