Html Css Color HEX #149739 Pigment Green

📋 copy color: '#149739'

red 20 ◦ green 151 ◦ blue 57

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

Shades of Pigment Green #149739

Tints of Pigment Green #149739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25%

R = 8.77%
G = 66.23%
B = 25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#149739 (or 0x149739) is known color: Pigment Green. HEX triplet: 14, 97 and 39. RGB value is (20,151,57). Sum of RGB (Red+Green+Blue) = 20+151+57=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #149739 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149739 is #EB68C6. Grayscale: #656565. Windows color (decimal): -15427783 or 3774228. OLE color: 3774228.

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

Color convert

RGB 20 151 57 -
CMYK 0.87 0 0.62 0.41
HSL 136.95º 0.77% 0.34% -
HSV(B) 136.95º 0.87% 0.59% -
XYZ 12.09 22.58 7.59 -
YUV 101.12 103.1 70.14 -
System Red Green Blue C M Y K H S L
Decimal 20 151 57 0.87 0 0.62 0.41 136.95 0.77 0.34
Hex 14 97 39 57 0 3E 29 89 4D 22
Octal 24 227 71 127 0 76 51 211 115 42
Binary 10100 10010111 111001 1010111 0 111110 101001 10001001 1001101 100010

Color Harmonies of #149739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149739

Black with #149739

Text Example


Text Example

White with #149739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149739; }

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

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

background-color css

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

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

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

border-color css

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

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

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