Html Css Color HEX #149224 Forest Green

📋 copy color: '#149224'

red 20 ◦ green 146 ◦ blue 36

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

Shades of Forest Green #149224

Tints of Forest Green #149224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 72.28%

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

R = 9.9%
G = 72.28%
B = 17.82%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#149224 (or 0x149224) is known color: Forest Green. HEX triplet: 14, 92 and 24. RGB value is (20,146,36). Sum of RGB (Red+Green+Blue) = 20+146+36=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 146 (57.42% from 255 or 72.28% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 146 - color contains mainly: green. Hex color #149224 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149224 is #EB6DDB. Grayscale: #606060. Windows color (decimal): -15429084 or 2396692. OLE color: 2396692.

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

Color convert

RGB 20 146 36 -
CMYK 0.86 0 0.75 0.43
HSL 127.62º 0.76% 0.33% -
HSV(B) 127.62º 0.86% 0.57% -
XYZ 10.89 20.83 5.12 -
YUV 95.79 94.26 73.94 -
System Red Green Blue C M Y K H S L
Decimal 20 146 36 0.86 0 0.75 0.43 127.62 0.76 0.33
Hex 14 92 24 56 0 4B 2B 80 4C 21
Octal 24 222 44 126 0 113 53 200 114 41
Binary 10100 10010010 100100 1010110 0 1001011 101011 10000000 1001100 100001

Color Harmonies of #149224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149224

Black with #149224

Text Example


Text Example

White with #149224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149224; }

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

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

background-color css

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

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

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

border-color css

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

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

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