Html Css Color HEX #149331 Forest Green

📋 copy color: '#149331'

red 20 ◦ green 147 ◦ blue 49

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

Shades of Forest Green #149331

Tints of Forest Green #149331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 9.26%
G = 68.06%
B = 22.69%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#149331 (or 0x149331) is known color: Forest Green. HEX triplet: 14, 93 and 31. RGB value is (20,147,49). Sum of RGB (Red+Green+Blue) = 20+147+49=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 147 (57.81% from 255 or 68.06% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 147 - color contains mainly: green. Hex color #149331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149331 is #EB6CCE. Grayscale: #626262. Windows color (decimal): -15428815 or 3248916. OLE color: 3248916.

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

Color convert

RGB 20 147 49 -
CMYK 0.86 0 0.67 0.42
HSL 133.7º 0.76% 0.33% -
HSV(B) 133.7º 0.86% 0.58% -
XYZ 11.28 21.24 6.41 -
YUV 97.86 100.42 72.47 -
System Red Green Blue C M Y K H S L
Decimal 20 147 49 0.86 0 0.67 0.42 133.7 0.76 0.33
Hex 14 93 31 56 0 43 2A 86 4C 21
Octal 24 223 61 126 0 103 52 206 114 41
Binary 10100 10010011 110001 1010110 0 1000011 101010 10000110 1001100 100001

Color Harmonies of #149331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149331

Black with #149331

Text Example


Text Example

White with #149331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149331; }

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

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

background-color css

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

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

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

border-color css

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

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

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