Html Css Color HEX #149334 Forest Green

📋 copy color: '#149334'

red 20 ◦ green 147 ◦ blue 52

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

Shades of Forest Green #149334

Tints of Forest Green #149334

RGB

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

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

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

R = 9.13%
G = 67.12%
B = 23.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#149334 (or 0x149334) is known color: Forest Green. HEX triplet: 14, 93 and 34. RGB value is (20,147,52). Sum of RGB (Red+Green+Blue) = 20+147+52=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 147 (57.81% from 255 or 67.12% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 147 - color contains mainly: green. Hex color #149334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149334 is #EB6CCB. Grayscale: #626262. Windows color (decimal): -15428812 or 3445524. OLE color: 3445524.

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

Color convert

RGB 20 147 52 -
CMYK 0.86 0 0.65 0.42
HSL 135.12º 0.76% 0.33% -
HSV(B) 135.12º 0.86% 0.58% -
XYZ 11.34 21.26 6.76 -
YUV 98.2 101.92 72.22 -
System Red Green Blue C M Y K H S L
Decimal 20 147 52 0.86 0 0.65 0.42 135.12 0.76 0.33
Hex 14 93 34 56 0 41 2A 87 4C 21
Octal 24 223 64 126 0 101 52 207 114 41
Binary 10100 10010011 110100 1010110 0 1000001 101010 10000111 1001100 100001

Color Harmonies of #149334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149334

Black with #149334

Text Example


Text Example

White with #149334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149334; }

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

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

background-color css

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

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

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

border-color css

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

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

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