Html Css Color HEX #149315 Forest Green

📋 copy color: '#149315'

red 20 ◦ green 147 ◦ blue 21

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

Shades of Forest Green #149315

Tints of Forest Green #149315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.17%

R = 10.64%
G = 78.19%
B = 11.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#149315 (or 0x149315) is known color: Forest Green. HEX triplet: 14, 93 and 15. RGB value is (20,147,21). Sum of RGB (Red+Green+Blue) = 20+147+21=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 147 (57.81% from 255 or 78.19% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 147 - color contains mainly: green. Hex color #149315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149315 is #EB6CEA. Grayscale: #5F5F5F. Windows color (decimal): -15428843 or 1413908. OLE color: 1413908.

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

Color convert

RGB 20 147 21 -
CMYK 0.86 0 0.86 0.42
HSL 120.47º 0.76% 0.33% -
HSV(B) 120.47º 0.86% 0.58% -
XYZ 10.86 21.07 4.2 -
YUV 94.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 20 147 21 0.86 0 0.86 0.42 120.47 0.76 0.33
Hex 14 93 15 56 0 56 2A 78 4C 21
Octal 24 223 25 126 0 126 52 170 114 41
Binary 10100 10010011 10101 1010110 0 1010110 101010 1111000 1001100 100001

Color Harmonies of #149315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149315

Black with #149315

Text Example


Text Example

White with #149315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149315; }

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

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

background-color css

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

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

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

border-color css

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

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

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