Html Css Color HEX #139B1A Forest Green

📋 copy color: '#139B1A'

red 19 ◦ green 155 ◦ blue 26

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

Shades of Forest Green #139B1A

Tints of Forest Green #139B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13%

R = 9.5%
G = 77.5%
B = 13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#139B1A (or 0x139B1A) is known color: Forest Green. HEX triplet: 13, 9B and 1A. RGB value is (19,155,26). Sum of RGB (Red+Green+Blue) = 19+155+26=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #139B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139B1A is #EC64E5. Grayscale: #646464. Windows color (decimal): -15492326 or 1743635. OLE color: 1743635.

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

Color convert

RGB 19 155 26 -
CMYK 0.88 0 0.83 0.39
HSL 123.09º 0.78% 0.34% -
HSV(B) 123.09º 0.88% 0.61% -
XYZ 12.18 23.66 4.9 -
YUV 99.63 86.44 70.49 -
System Red Green Blue C M Y K H S L
Decimal 19 155 26 0.88 0 0.83 0.39 123.09 0.78 0.34
Hex 13 9B 1A 58 0 53 27 7B 4E 22
Octal 23 233 32 130 0 123 47 173 116 42
Binary 10011 10011011 11010 1011000 0 1010011 100111 1111011 1001110 100010

Color Harmonies of #139B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139B1A

Black with #139B1A

Text Example


Text Example

White with #139B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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