Html Css Color HEX #149741 Pigment Green

📋 copy color: '#149741'

red 20 ◦ green 151 ◦ blue 65

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

Shades of Pigment Green #149741

Tints of Pigment Green #149741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 8.47%
G = 63.98%
B = 27.54%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#149741 (or 0x149741) is known color: Pigment Green. HEX triplet: 14, 97 and 41. RGB value is (20,151,65). Sum of RGB (Red+Green+Blue) = 20+151+65=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #149741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149741 is #EB68BE. Grayscale: #666666. Windows color (decimal): -15427775 or 4298516. OLE color: 4298516.

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

Color convert

RGB 20 151 65 -
CMYK 0.87 0 0.57 0.41
HSL 140.61º 0.77% 0.34% -
HSV(B) 140.61º 0.87% 0.59% -
XYZ 12.31 22.66 8.73 -
YUV 102.03 107.1 69.49 -
System Red Green Blue C M Y K H S L
Decimal 20 151 65 0.87 0 0.57 0.41 140.61 0.77 0.34
Hex 14 97 41 57 0 39 29 8D 4D 22
Octal 24 227 101 127 0 71 51 215 115 42
Binary 10100 10010111 1000001 1010111 0 111001 101001 10001101 1001101 100010

Color Harmonies of #149741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149741

Black with #149741

Text Example


Text Example

White with #149741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149741; }

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

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

background-color css

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

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

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

border-color css

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

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

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