Html Css Color HEX #139F41 Pigment Green

📋 copy color: '#139F41'

red 19 ◦ green 159 ◦ blue 65

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

Shades of Pigment Green #139F41

Tints of Pigment Green #139F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 65.43%

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

R = 7.82%
G = 65.43%
B = 26.75%

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

#139F41 (or 0x139F41) is known color: Pigment Green. HEX triplet: 13, 9F and 41. RGB value is (19,159,65). Sum of RGB (Red+Green+Blue) = 19+159+65=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 159 (62.5% from 255 or 65.43% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 159 - color contains mainly: green. Hex color #139F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F41 is #EC60BE. Grayscale: #6A6A6A. Windows color (decimal): -15491263 or 4300563. OLE color: 4300563.

HSL color Cylindrical-coordinate representation of color #139F41: hue angle of 139.71º degrees, saturation: 0.79, 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 #139F41 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 159 65 -
CMYK 0.88 0 0.59 0.38
HSL 139.71º 0.79% 0.35% -
HSV(B) 139.71º 0.88% 0.62% -
XYZ 13.62 25.32 9.17 -
YUV 106.42 104.62 65.64 -
System Red Green Blue C M Y K H S L
Decimal 19 159 65 0.88 0 0.59 0.38 139.71 0.79 0.35
Hex 13 9F 41 58 0 3B 26 8C 4F 23
Octal 23 237 101 130 0 73 46 214 117 43
Binary 10011 10011111 1000001 1011000 0 111011 100110 10001100 1001111 100011

Color Harmonies of #139F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F41

Black with #139F41

Text Example


Text Example

White with #139F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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