Html Css Color HEX #139A3A Pigment Green

📋 copy color: '#139A3A'

red 19 ◦ green 154 ◦ blue 58

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

Shades of Pigment Green #139A3A

Tints of Pigment Green #139A3A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 66.67%

 BLUE value IS 58 (23.05% from 255) = 25.11%

R = 8.23%
G = 66.67%
B = 25.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.40

RGB Variations

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

Color information

#139A3A (or 0x139A3A) is known color: Pigment Green. HEX triplet: 13, 9A and 3A. RGB value is (19,154,58). Sum of RGB (Red+Green+Blue) = 19+154+58=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #139A3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A3A is #EC65C5. Grayscale: #666666. Windows color (decimal): -15492550 or 3840531. OLE color: 3840531.

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

Color convert

RGB 19 154 58 -
CMYK 0.88 0 0.62 0.40
HSL 137.33º 0.78% 0.34% -
HSV(B) 137.33º 0.88% 0.6% -
XYZ 12.59 23.56 7.89 -
YUV 102.69 102.77 68.31 -
System Red Green Blue C M Y K H S L
Decimal 19 154 58 0.88 0 0.62 0.40 137.33 0.78 0.34
Hex 13 9A 3A 58 0 3E 28 89 4E 22
Octal 23 232 72 130 0 76 50 211 116 42
Binary 10011 10011010 111010 1011000 0 111110 101000 10001001 1001110 100010

Color Harmonies of #139A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A3A

Black with #139A3A

Text Example


Text Example

White with #139A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,154,58); }

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

background-color css

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

 a { background-color: rgb(19,154,58); }

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

border-color css

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

 span { border-color: rgb(19,154,58); }

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