Html Css Color HEX #149320 Forest Green

📋 copy color: '#149320'

red 20 ◦ green 147 ◦ blue 32

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

Shades of Forest Green #149320

Tints of Forest Green #149320

RGB

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

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

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

R = 10.05%
G = 73.87%
B = 16.08%

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

#149320 (or 0x149320) is known color: Forest Green. HEX triplet: 14, 93 and 20. RGB value is (20,147,32). Sum of RGB (Red+Green+Blue) = 20+147+32=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 147 (57.81% from 255 or 73.87% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 147 - color contains mainly: green. Hex color #149320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149320 is #EB6CDF. Grayscale: #606060. Windows color (decimal): -15428832 or 2134804. OLE color: 2134804.

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

Color convert

RGB 20 147 32 -
CMYK 0.86 0 0.78 0.42
HSL 125.67º 0.76% 0.33% -
HSV(B) 125.67º 0.86% 0.58% -
XYZ 10.98 21.12 4.86 -
YUV 95.92 91.92 73.85 -
System Red Green Blue C M Y K H S L
Decimal 20 147 32 0.86 0 0.78 0.42 125.67 0.76 0.33
Hex 14 93 20 56 0 4E 2A 7E 4C 21
Octal 24 223 40 126 0 116 52 176 114 41
Binary 10100 10010011 100000 1010110 0 1001110 101010 1111110 1001100 100001

Color Harmonies of #149320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149320

Black with #149320

Text Example


Text Example

White with #149320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149320; }

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

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

background-color css

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

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

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

border-color css

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

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

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