Html Css Color HEX #139529 Forest Green

📋 copy color: '#139529'

red 19 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #139529

Tints of Forest Green #139529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 71.29%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 9.09%
G = 71.29%
B = 19.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#139529 (or 0x139529) is known color: Forest Green. HEX triplet: 13, 95 and 29. RGB value is (19,149,41). Sum of RGB (Red+Green+Blue) = 19+149+41=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #139529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139529 is #EC6AD6. Grayscale: #626262. Windows color (decimal): -15493847 or 2725139. OLE color: 2725139.

HSL color Cylindrical-coordinate representation of color #139529: hue angle of 130.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139529 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 149 41 -
CMYK 0.87 0 0.72 0.42
HSL 130.15º 0.77% 0.33% -
HSV(B) 130.15º 0.87% 0.58% -
XYZ 11.42 21.79 5.7 -
YUV 97.82 95.93 71.78 -
System Red Green Blue C M Y K H S L
Decimal 19 149 41 0.87 0 0.72 0.42 130.15 0.77 0.33
Hex 13 95 29 57 0 48 2A 82 4D 21
Octal 23 225 51 127 0 110 52 202 115 41
Binary 10011 10010101 101001 1010111 0 1001000 101010 10000010 1001101 100001

Color Harmonies of #139529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139529

Black with #139529

Text Example


Text Example

White with #139529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139529; }

 p { color: rgb(19,149,41); }

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

background-color css

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

 a { background-color: rgb(19,149,41); }

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

border-color css

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

 span { border-color: rgb(19,149,41); }

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