Html Css Color HEX #149337 Forest Green

📋 copy color: '#149337'

red 20 ◦ green 147 ◦ blue 55

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

Shades of Forest Green #149337

Tints of Forest Green #149337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.77%

R = 9.01%
G = 66.22%
B = 24.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#149337 (or 0x149337) is known color: Forest Green. HEX triplet: 14, 93 and 37. RGB value is (20,147,55). Sum of RGB (Red+Green+Blue) = 20+147+55=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #149337 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149337 is #EB6CC8. Grayscale: #626262. Windows color (decimal): -15428809 or 3642132. OLE color: 3642132.

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

Color convert

RGB 20 147 55 -
CMYK 0.86 0 0.63 0.42
HSL 136.54º 0.76% 0.33% -
HSV(B) 136.54º 0.86% 0.58% -
XYZ 11.41 21.29 7.12 -
YUV 98.54 103.42 71.98 -
System Red Green Blue C M Y K H S L
Decimal 20 147 55 0.86 0 0.63 0.42 136.54 0.76 0.33
Hex 14 93 37 56 0 3F 2A 89 4C 21
Octal 24 223 67 126 0 77 52 211 114 41
Binary 10100 10010011 110111 1010110 0 111111 101010 10001001 1001100 100001

Color Harmonies of #149337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149337

Black with #149337

Text Example


Text Example

White with #149337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149337; }

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

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

background-color css

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

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

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

border-color css

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

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

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