Html Css Color HEX #139B3F Pigment Green

📋 copy color: '#139B3F'

red 19 ◦ green 155 ◦ blue 63

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

Shades of Pigment Green #139B3F

Tints of Pigment Green #139B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 65.4%

 BLUE value IS 63 (25% from 255) = 26.58%

R = 8.02%
G = 65.4%
B = 26.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#139B3F (or 0x139B3F) is known color: Pigment Green. HEX triplet: 13, 9B and 3F. RGB value is (19,155,63). Sum of RGB (Red+Green+Blue) = 19+155+63=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 155 (60.94% from 255 or 65.40% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 155 - color contains mainly: green. Hex color #139B3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B3F is #EC64C0. Grayscale: #686868. Windows color (decimal): -15492289 or 4168467. OLE color: 4168467.

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

Color convert

RGB 19 155 63 -
CMYK 0.88 0 0.59 0.39
HSL 139.41º 0.78% 0.34% -
HSV(B) 139.41º 0.88% 0.61% -
XYZ 12.89 23.94 8.64 -
YUV 103.85 104.94 67.48 -
System Red Green Blue C M Y K H S L
Decimal 19 155 63 0.88 0 0.59 0.39 139.41 0.78 0.34
Hex 13 9B 3F 58 0 3B 27 8B 4E 22
Octal 23 233 77 130 0 73 47 213 116 42
Binary 10011 10011011 111111 1011000 0 111011 100111 10001011 1001110 100010

Color Harmonies of #139B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B3F

Black with #139B3F

Text Example


Text Example

White with #139B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,155,63); }

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

background-color css

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

 a { background-color: rgb(19,155,63); }

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

border-color css

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

 span { border-color: rgb(19,155,63); }

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