Html Css Color HEX #139842 Pigment Green

📋 copy color: '#139842'

red 19 ◦ green 152 ◦ blue 66

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

Shades of Pigment Green #139842

Tints of Pigment Green #139842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 64.14%

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

R = 8.02%
G = 64.14%
B = 27.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#139842 (or 0x139842) is known color: Pigment Green. HEX triplet: 13, 98 and 42. RGB value is (19,152,66). Sum of RGB (Red+Green+Blue) = 19+152+66=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #139842 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139842 is #EC67BD. Grayscale: #666666. Windows color (decimal): -15493054 or 4364307. OLE color: 4364307.

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

Color convert

RGB 19 152 66 -
CMYK 0.87 0 0.57 0.40
HSL 141.2º 0.78% 0.34% -
HSV(B) 141.2º 0.88% 0.6% -
XYZ 12.48 22.99 8.93 -
YUV 102.43 107.44 68.49 -
System Red Green Blue C M Y K H S L
Decimal 19 152 66 0.87 0 0.57 0.40 141.2 0.78 0.34
Hex 13 98 42 57 0 39 28 8D 4E 22
Octal 23 230 102 127 0 71 50 215 116 42
Binary 10011 10011000 1000010 1010111 0 111001 101000 10001101 1001110 100010

Color Harmonies of #139842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139842

Black with #139842

Text Example


Text Example

White with #139842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139842; }

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

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

background-color css

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

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

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

border-color css

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

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

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