Html Css Color HEX #149134 Forest Green

📋 copy color: '#149134'

red 20 ◦ green 145 ◦ blue 52

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

Shades of Forest Green #149134

Tints of Forest Green #149134

RGB

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

 GREEN value IS 145 (57.03% from 255) = 66.82%

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 9.22%
G = 66.82%
B = 23.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#149134 (or 0x149134) is known color: Forest Green. HEX triplet: 14, 91 and 34. RGB value is (20,145,52). Sum of RGB (Red+Green+Blue) = 20+145+52=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #149134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149134 is #EB6ECB. Grayscale: #616161. Windows color (decimal): -15429324 or 3445012. OLE color: 3445012.

HSL color Cylindrical-coordinate representation of color #149134: hue angle of 135.36º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149134 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 52 -
CMYK 0.86 0 0.64 0.43
HSL 135.36º 0.76% 0.32% -
HSV(B) 135.36º 0.86% 0.57% -
XYZ 11.03 20.65 6.65 -
YUV 97.02 102.59 73.06 -
System Red Green Blue C M Y K H S L
Decimal 20 145 52 0.86 0 0.64 0.43 135.36 0.76 0.32
Hex 14 91 34 56 0 40 2B 87 4C 20
Octal 24 221 64 126 0 100 53 207 114 40
Binary 10100 10010001 110100 1010110 0 1000000 101011 10000111 1001100 100000

Color Harmonies of #149134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149134

Black with #149134

Text Example


Text Example

White with #149134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149134; }

 p { color: rgb(20,145,52); }

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

background-color css

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

 a { background-color: rgb(20,145,52); }

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

border-color css

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

 span { border-color: rgb(20,145,52); }

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