Html Css Color HEX #149748 Pigment Green

📋 copy color: '#149748'

red 20 ◦ green 151 ◦ blue 72

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

Shades of Pigment Green #149748

Tints of Pigment Green #149748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 8.23%
G = 62.14%
B = 29.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#149748 (or 0x149748) is known color: Pigment Green. HEX triplet: 14, 97 and 48. RGB value is (20,151,72). Sum of RGB (Red+Green+Blue) = 20+151+72=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #149748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149748 is #EB68B7. Grayscale: #676767. Windows color (decimal): -15427768 or 4757268. OLE color: 4757268.

HSL color Cylindrical-coordinate representation of color #149748: hue angle of 143.82º 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 #149748 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 72 -
CMYK 0.87 0 0.52 0.41
HSL 143.82º 0.77% 0.34% -
HSV(B) 143.82º 0.87% 0.59% -
XYZ 12.52 22.75 9.86 -
YUV 102.83 110.6 68.92 -
System Red Green Blue C M Y K H S L
Decimal 20 151 72 0.87 0 0.52 0.41 143.82 0.77 0.34
Hex 14 97 48 57 0 34 29 90 4D 22
Octal 24 227 110 127 0 64 51 220 115 42
Binary 10100 10010111 1001000 1010111 0 110100 101001 10010000 1001101 100010

Color Harmonies of #149748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149748

Black with #149748

Text Example


Text Example

White with #149748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149748; }

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

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

background-color css

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

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

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

border-color css

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

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

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