Html Css Color HEX #149220 Forest Green

📋 copy color: '#149220'

red 20 ◦ green 146 ◦ blue 32

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

Shades of Forest Green #149220

Tints of Forest Green #149220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.16%

R = 10.1%
G = 73.74%
B = 16.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#149220 (or 0x149220) is known color: Forest Green. HEX triplet: 14, 92 and 20. RGB value is (20,146,32). Sum of RGB (Red+Green+Blue) = 20+146+32=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #149220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149220 is #EB6DDF. Grayscale: #5F5F5F. Windows color (decimal): -15429088 or 2134548. OLE color: 2134548.

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

Color convert

RGB 20 146 32 -
CMYK 0.86 0 0.78 0.43
HSL 125.71º 0.76% 0.33% -
HSV(B) 125.71º 0.86% 0.57% -
XYZ 10.83 20.81 4.81 -
YUV 95.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 20 146 32 0.86 0 0.78 0.43 125.71 0.76 0.33
Hex 14 92 20 56 0 4E 2B 7E 4C 21
Octal 24 222 40 126 0 116 53 176 114 41
Binary 10100 10010010 100000 1010110 0 1001110 101011 1111110 1001100 100001

Color Harmonies of #149220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149220

Black with #149220

Text Example


Text Example

White with #149220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149220; }

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

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

background-color css

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

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

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

border-color css

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

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

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