Html Css Color HEX #149747 Pigment Green

📋 copy color: '#149747'

red 20 ◦ green 151 ◦ blue 71

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

Shades of Pigment Green #149747

Tints of Pigment Green #149747

RGB

 RED value IS 20 (8.2% from 255) = 8.26%

 GREEN value IS 151 (59.38% from 255) = 62.4%

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 8.26%
G = 62.4%
B = 29.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#149747 (or 0x149747) is known color: Pigment Green. HEX triplet: 14, 97 and 47. RGB value is (20,151,71). Sum of RGB (Red+Green+Blue) = 20+151+71=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #149747 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149747 is #EB68B8. Grayscale: #666666. Windows color (decimal): -15427769 or 4691732. OLE color: 4691732.

HSL color Cylindrical-coordinate representation of color #149747: hue angle of 143.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149747 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 71 -
CMYK 0.87 0 0.53 0.41
HSL 143.36º 0.77% 0.34% -
HSV(B) 143.36º 0.87% 0.59% -
XYZ 12.49 22.74 9.69 -
YUV 102.71 110.1 69 -
System Red Green Blue C M Y K H S L
Decimal 20 151 71 0.87 0 0.53 0.41 143.36 0.77 0.34
Hex 14 97 47 57 0 35 29 8F 4D 22
Octal 24 227 107 127 0 65 51 217 115 42
Binary 10100 10010111 1000111 1010111 0 110101 101001 10001111 1001101 100010

Color Harmonies of #149747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149747

Black with #149747

Text Example


Text Example

White with #149747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149747; }

 p { color: rgb(20,151,71); }

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

background-color css

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

 a { background-color: rgb(20,151,71); }

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

border-color css

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

 span { border-color: rgb(20,151,71); }

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