Html Css Color HEX #139D41 Pigment Green

📋 copy color: '#139D41'

red 19 ◦ green 157 ◦ blue 65

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

Shades of Pigment Green #139D41

Tints of Pigment Green #139D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.15%

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

R = 7.88%
G = 65.15%
B = 26.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#139D41 (or 0x139D41) is known color: Pigment Green. HEX triplet: 13, 9D and 41. RGB value is (19,157,65). Sum of RGB (Red+Green+Blue) = 19+157+65=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #139D41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139D41 is #EC62BE. Grayscale: #696969. Windows color (decimal): -15491775 or 4300051. OLE color: 4300051.

HSL color Cylindrical-coordinate representation of color #139D41: hue angle of 140º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D41 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 157 65 -
CMYK 0.88 0 0.59 0.38
HSL 140º 0.78% 0.35% -
HSV(B) 140º 0.88% 0.62% -
XYZ 13.28 24.63 9.06 -
YUV 105.25 105.28 66.48 -
System Red Green Blue C M Y K H S L
Decimal 19 157 65 0.88 0 0.59 0.38 140 0.78 0.35
Hex 13 9D 41 58 0 3B 26 8C 4E 23
Octal 23 235 101 130 0 73 46 214 116 43
Binary 10011 10011101 1000001 1011000 0 111011 100110 10001100 1001110 100011

Color Harmonies of #139D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139D41

Black with #139D41

Text Example


Text Example

White with #139D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139D41; }

 p { color: rgb(19,157,65); }

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

background-color css

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

 a { background-color: rgb(19,157,65); }

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

border-color css

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

 span { border-color: rgb(19,157,65); }

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