Html Css Color HEX #139429 Forest Green

📋 copy color: '#139429'

red 19 ◦ green 148 ◦ blue 41

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

Shades of Forest Green #139429

Tints of Forest Green #139429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 71.15%

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

R = 9.13%
G = 71.15%
B = 19.71%

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

#139429 (or 0x139429) is known color: Forest Green. HEX triplet: 13, 94 and 29. RGB value is (19,148,41). Sum of RGB (Red+Green+Blue) = 19+148+41=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 148 (58.20% from 255 or 71.15% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 148 - color contains mainly: green. Hex color #139429 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139429 is #EC6BD6. Grayscale: #616161. Windows color (decimal): -15494103 or 2724883. OLE color: 2724883.

HSL color Cylindrical-coordinate representation of color #139429: hue angle of 130.23º 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 #139429 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 148 41 -
CMYK 0.87 0 0.72 0.42
HSL 130.23º 0.77% 0.33% -
HSV(B) 130.23º 0.87% 0.58% -
XYZ 11.26 21.48 5.65 -
YUV 97.23 96.26 72.2 -
System Red Green Blue C M Y K H S L
Decimal 19 148 41 0.87 0 0.72 0.42 130.23 0.77 0.33
Hex 13 94 29 57 0 48 2A 82 4D 21
Octal 23 224 51 127 0 110 52 202 115 41
Binary 10011 10010100 101001 1010111 0 1001000 101010 10000010 1001101 100001

Color Harmonies of #139429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139429

Black with #139429

Text Example


Text Example

White with #139429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139429; }

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

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

background-color css

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

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

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

border-color css

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

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

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