Html Css Color HEX #148420 Forest Green

📋 copy color: '#148420'

red 20 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #148420

Tints of Forest Green #148420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 71.74%

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

R = 10.87%
G = 71.74%
B = 17.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#148420 (or 0x148420) is known color: Forest Green. HEX triplet: 14, 84 and 20. RGB value is (20,132,32). Sum of RGB (Red+Green+Blue) = 20+132+32=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #148420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148420 is #EB7BDF. Grayscale: #575757. Windows color (decimal): -15432672 or 2130964. OLE color: 2130964.

HSL color Cylindrical-coordinate representation of color #148420: hue angle of 126.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148420 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 32 -
CMYK 0.85 0 0.76 0.48
HSL 126.43º 0.74% 0.3% -
HSV(B) 126.43º 0.85% 0.52% -
XYZ 8.8 16.76 4.14 -
YUV 87.11 96.89 80.13 -
System Red Green Blue C M Y K H S L
Decimal 20 132 32 0.85 0 0.76 0.48 126.43 0.74 0.3
Hex 14 84 20 55 0 4C 30 7E 4A 1E
Octal 24 204 40 125 0 114 60 176 112 36
Binary 10100 10000100 100000 1010101 0 1001100 110000 1111110 1001010 11110

Color Harmonies of #148420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148420

Black with #148420

Text Example


Text Example

White with #148420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148420; }

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

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

background-color css

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

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

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

border-color css

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

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

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