Html Css Color HEX #149420 Forest Green

📋 copy color: '#149420'

red 20 ◦ green 148 ◦ blue 32

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

Shades of Forest Green #149420

Tints of Forest Green #149420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 74%

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

R = 10%
G = 74%
B = 16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#149420 (or 0x149420) is known color: Forest Green. HEX triplet: 14, 94 and 20. RGB value is (20,148,32). Sum of RGB (Red+Green+Blue) = 20+148+32=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 148 (58.20% from 255 or 74% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 148 - color contains mainly: green. Hex color #149420 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149420 is #EB6BDF. Grayscale: #606060. Windows color (decimal): -15428576 or 2135060. OLE color: 2135060.

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

Color convert

RGB 20 148 32 -
CMYK 0.86 0 0.78 0.42
HSL 125.63º 0.76% 0.33% -
HSV(B) 125.63º 0.86% 0.58% -
XYZ 11.14 21.43 4.92 -
YUV 96.5 91.59 73.43 -
System Red Green Blue C M Y K H S L
Decimal 20 148 32 0.86 0 0.78 0.42 125.63 0.76 0.33
Hex 14 94 20 56 0 4E 2A 7E 4C 21
Octal 24 224 40 126 0 116 52 176 114 41
Binary 10100 10010100 100000 1010110 0 1001110 101010 1111110 1001100 100001

Color Harmonies of #149420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149420

Black with #149420

Text Example


Text Example

White with #149420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149420; }

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

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

background-color css

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

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

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

border-color css

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

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

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