Html Css Color HEX #149324 Forest Green

📋 copy color: '#149324'

red 20 ◦ green 147 ◦ blue 36

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

Shades of Forest Green #149324

Tints of Forest Green #149324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 9.85%
G = 72.41%
B = 17.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#149324 (or 0x149324) is known color: Forest Green. HEX triplet: 14, 93 and 24. RGB value is (20,147,36). Sum of RGB (Red+Green+Blue) = 20+147+36=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 147 (57.81% from 255 or 72.41% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 147 - color contains mainly: green. Hex color #149324 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149324 is #EB6CDB. Grayscale: #606060. Windows color (decimal): -15428828 or 2396948. OLE color: 2396948.

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

Color convert

RGB 20 147 36 -
CMYK 0.86 0 0.76 0.42
HSL 127.56º 0.76% 0.33% -
HSV(B) 127.56º 0.86% 0.58% -
XYZ 11.04 21.14 5.17 -
YUV 96.37 93.92 73.53 -
System Red Green Blue C M Y K H S L
Decimal 20 147 36 0.86 0 0.76 0.42 127.56 0.76 0.33
Hex 14 93 24 56 0 4C 2A 80 4C 21
Octal 24 223 44 126 0 114 52 200 114 41
Binary 10100 10010011 100100 1010110 0 1001100 101010 10000000 1001100 100001

Color Harmonies of #149324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149324

Black with #149324

Text Example


Text Example

White with #149324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149324; }

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

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

background-color css

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

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

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

border-color css

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

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

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