Html Css Color HEX #018F45 Pigment Green

📋 copy color: '#018F45'

red 1 ◦ green 143 ◦ blue 69

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

Shades of Pigment Green #018F45

Tints of Pigment Green #018F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.39%

R = 0.47%
G = 67.14%
B = 32.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#018F45 (or 0x018F45) is known color: Pigment Green. HEX triplet: 01, 8F and 45. RGB value is (1,143,69). Sum of RGB (Red+Green+Blue) = 1+143+69=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 143 (56.25% from 255 or 67.14% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 143 - color contains mainly: green. Hex color #018F45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F45 is #FE70BA. Grayscale: #5C5C5C. Windows color (decimal): -16675003 or 4558593. OLE color: 4558593.

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

Color convert

RGB 1 143 69 -
CMYK 0.99 0 0.52 0.44
HSL 148.73º 0.99% 0.28% -
HSV(B) 148.73º 0.99% 0.56% -
XYZ 10.91 20.08 8.93 -
YUV 92.11 114.96 63.02 -
System Red Green Blue C M Y K H S L
Decimal 1 143 69 0.99 0 0.52 0.44 148.73 0.99 0.28
Hex 1 8F 45 63 0 34 2C 95 63 1C
Octal 1 217 105 143 0 64 54 225 143 34
Binary 1 10001111 1000101 1100011 0 110100 101100 10010101 1100011 11100

Color Harmonies of #018F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F45

Black with #018F45

Text Example


Text Example

White with #018F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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