Html Css Color HEX #139942 Pigment Green

📋 copy color: '#139942'

red 19 ◦ green 153 ◦ blue 66

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

Shades of Pigment Green #139942

Tints of Pigment Green #139942

RGB

 RED value IS 19 (7.81% from 255) = 7.98%

 GREEN value IS 153 (60.16% from 255) = 64.29%

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 7.98%
G = 64.29%
B = 27.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#139942 (or 0x139942) is known color: Pigment Green. HEX triplet: 13, 99 and 42. RGB value is (19,153,66). Sum of RGB (Red+Green+Blue) = 19+153+66=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #139942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139942 is #EC66BD. Grayscale: #676767. Windows color (decimal): -15492798 or 4364563. OLE color: 4364563.

HSL color Cylindrical-coordinate representation of color #139942: hue angle of 141.04º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139942 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 66 -
CMYK 0.88 0 0.57 0.4
HSL 141.04º 0.78% 0.34% -
HSV(B) 141.04º 0.88% 0.6% -
XYZ 12.64 23.31 8.99 -
YUV 103.02 107.11 68.07 -
System Red Green Blue C M Y K H S L
Decimal 19 153 66 0.88 0 0.57 0.4 141.04 0.78 0.34
Hex 13 99 42 58 0 39 28 8D 4E 22
Octal 23 231 102 130 0 71 50 215 116 42
Binary 10011 10011001 1000010 1011000 0 111001 101000 10001101 1001110 100010

Color Harmonies of #139942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139942

Black with #139942

Text Example


Text Example

White with #139942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139942; }

 p { color: rgb(19,153,66); }

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

background-color css

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

 a { background-color: rgb(19,153,66); }

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

border-color css

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

 span { border-color: rgb(19,153,66); }

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