Html Css Color HEX #139F45 Pigment Green

📋 copy color: '#139F45'

red 19 ◦ green 159 ◦ blue 69

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

Shades of Pigment Green #139F45

Tints of Pigment Green #139F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.94%

R = 7.69%
G = 64.37%
B = 27.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#139F45 (or 0x139F45) is known color: Pigment Green. HEX triplet: 13, 9F and 45. RGB value is (19,159,69). Sum of RGB (Red+Green+Blue) = 19+159+69=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #139F45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F45 is #EC60BA. Grayscale: #6B6B6B. Windows color (decimal): -15491259 or 4562707. OLE color: 4562707.

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

Color convert

RGB 19 159 69 -
CMYK 0.88 0 0.57 0.38
HSL 141.43º 0.79% 0.35% -
HSV(B) 141.43º 0.88% 0.62% -
XYZ 13.74 25.36 9.8 -
YUV 106.88 106.62 65.32 -
System Red Green Blue C M Y K H S L
Decimal 19 159 69 0.88 0 0.57 0.38 141.43 0.79 0.35
Hex 13 9F 45 58 0 39 26 8D 4F 23
Octal 23 237 105 130 0 71 46 215 117 43
Binary 10011 10011111 1000101 1011000 0 111001 100110 10001101 1001111 100011

Color Harmonies of #139F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F45

Black with #139F45

Text Example


Text Example

White with #139F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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