Html Css Color HEX #149424 Forest Green

📋 copy color: '#149424'

red 20 ◦ green 148 ◦ blue 36

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

Shades of Forest Green #149424

Tints of Forest Green #149424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 9.8%
G = 72.55%
B = 17.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#149424 (or 0x149424) is known color: Forest Green. HEX triplet: 14, 94 and 24. RGB value is (20,148,36). Sum of RGB (Red+Green+Blue) = 20+148+36=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 148 (58.20% from 255 or 72.55% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 148 - color contains mainly: green. Hex color #149424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149424 is #EB6BDB. Grayscale: #616161. Windows color (decimal): -15428572 or 2397204. OLE color: 2397204.

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

Color convert

RGB 20 148 36 -
CMYK 0.86 0 0.76 0.42
HSL 127.5º 0.76% 0.33% -
HSV(B) 127.5º 0.86% 0.58% -
XYZ 11.2 21.46 5.22 -
YUV 96.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 20 148 36 0.86 0 0.76 0.42 127.5 0.76 0.33
Hex 14 94 24 56 0 4C 2A 80 4C 21
Octal 24 224 44 126 0 114 52 200 114 41
Binary 10100 10010100 100100 1010110 0 1001100 101010 10000000 1001100 100001

Color Harmonies of #149424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149424

Black with #149424

Text Example


Text Example

White with #149424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149424; }

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

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

background-color css

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

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

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

border-color css

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

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

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