Html Css Color HEX #149520 Forest Green

📋 copy color: '#149520'

red 20 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #149520

Tints of Forest Green #149520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 74.13%

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

R = 9.95%
G = 74.13%
B = 15.92%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#149520 (or 0x149520) is known color: Forest Green. HEX triplet: 14, 95 and 20. RGB value is (20,149,32). Sum of RGB (Red+Green+Blue) = 20+149+32=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #149520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149520 is #EB6ADF. Grayscale: #616161. Windows color (decimal): -15428320 or 2135316. OLE color: 2135316.

HSL color Cylindrical-coordinate representation of color #149520: hue angle of 125.58º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149520 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 32 -
CMYK 0.87 0 0.79 0.42
HSL 125.58º 0.76% 0.33% -
HSV(B) 125.58º 0.87% 0.58% -
XYZ 11.3 21.75 4.97 -
YUV 97.09 91.26 73.01 -
System Red Green Blue C M Y K H S L
Decimal 20 149 32 0.87 0 0.79 0.42 125.58 0.76 0.33
Hex 14 95 20 57 0 4F 2A 7E 4C 21
Octal 24 225 40 127 0 117 52 176 114 41
Binary 10100 10010101 100000 1010111 0 1001111 101010 1111110 1001100 100001

Color Harmonies of #149520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149520

Black with #149520

Text Example


Text Example

White with #149520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149520; }

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

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

background-color css

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

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

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

border-color css

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

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

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