Html Css Color HEX #149316 Forest Green

📋 copy color: '#149316'

red 20 ◦ green 147 ◦ blue 22

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

Shades of Forest Green #149316

Tints of Forest Green #149316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.64%

R = 10.58%
G = 77.78%
B = 11.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#149316 (or 0x149316) is known color: Forest Green. HEX triplet: 14, 93 and 16. RGB value is (20,147,22). Sum of RGB (Red+Green+Blue) = 20+147+22=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 147 (57.81% from 255 or 77.78% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 147 - color contains mainly: green. Hex color #149316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149316 is #EB6CE9. Grayscale: #5F5F5F. Windows color (decimal): -15428842 or 1479444. OLE color: 1479444.

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

Color convert

RGB 20 147 22 -
CMYK 0.86 0 0.85 0.42
HSL 120.94º 0.76% 0.33% -
HSV(B) 120.94º 0.86% 0.58% -
XYZ 10.87 21.07 4.25 -
YUV 94.78 86.92 74.66 -
System Red Green Blue C M Y K H S L
Decimal 20 147 22 0.86 0 0.85 0.42 120.94 0.76 0.33
Hex 14 93 16 56 0 55 2A 79 4C 21
Octal 24 223 26 126 0 125 52 171 114 41
Binary 10100 10010011 10110 1010110 0 1010101 101010 1111001 1001100 100001

Color Harmonies of #149316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149316

Black with #149316

Text Example


Text Example

White with #149316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149316; }

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

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

background-color css

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

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

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

border-color css

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

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

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