Html Css Color HEX #149327 Forest Green

📋 copy color: '#149327'

red 20 ◦ green 147 ◦ blue 39

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

Shades of Forest Green #149327

Tints of Forest Green #149327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 9.71%
G = 71.36%
B = 18.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#149327 (or 0x149327) is known color: Forest Green. HEX triplet: 14, 93 and 27. RGB value is (20,147,39). Sum of RGB (Red+Green+Blue) = 20+147+39=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #149327 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149327 is #EB6CD8. Grayscale: #616161. Windows color (decimal): -15428825 or 2593556. OLE color: 2593556.

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

Color convert

RGB 20 147 39 -
CMYK 0.86 0 0.73 0.42
HSL 128.98º 0.76% 0.33% -
HSV(B) 128.98º 0.86% 0.58% -
XYZ 11.09 21.16 5.42 -
YUV 96.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 20 147 39 0.86 0 0.73 0.42 128.98 0.76 0.33
Hex 14 93 27 56 0 49 2A 81 4C 21
Octal 24 223 47 126 0 111 52 201 114 41
Binary 10100 10010011 100111 1010110 0 1001001 101010 10000001 1001100 100001

Color Harmonies of #149327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149327

Black with #149327

Text Example


Text Example

White with #149327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149327; }

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

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

background-color css

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

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

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

border-color css

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

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

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