Html Css Color HEX #149339 Forest Green

📋 copy color: '#149339'

red 20 ◦ green 147 ◦ blue 57

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

Shades of Forest Green #149339

Tints of Forest Green #149339

RGB

 RED value IS 20 (8.2% from 255) = 8.93%

 GREEN value IS 147 (57.81% from 255) = 65.63%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 8.93%
G = 65.63%
B = 25.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#149339 (or 0x149339) is known color: Forest Green. HEX triplet: 14, 93 and 39. RGB value is (20,147,57). Sum of RGB (Red+Green+Blue) = 20+147+57=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #149339 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149339 is #EB6CC6. Grayscale: #626262. Windows color (decimal): -15428807 or 3773204. OLE color: 3773204.

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

Color convert

RGB 20 147 57 -
CMYK 0.86 0 0.61 0.42
HSL 137.48º 0.76% 0.33% -
HSV(B) 137.48º 0.86% 0.58% -
XYZ 11.46 21.31 7.38 -
YUV 98.77 104.42 71.82 -
System Red Green Blue C M Y K H S L
Decimal 20 147 57 0.86 0 0.61 0.42 137.48 0.76 0.33
Hex 14 93 39 56 0 3D 2A 89 4C 21
Octal 24 223 71 126 0 75 52 211 114 41
Binary 10100 10010011 111001 1010110 0 111101 101010 10001001 1001100 100001

Color Harmonies of #149339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149339

Black with #149339

Text Example


Text Example

White with #149339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149339; }

 p { color: rgb(20,147,57); }

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

background-color css

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

 a { background-color: rgb(20,147,57); }

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

border-color css

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

 span { border-color: rgb(20,147,57); }

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