Html Css Color HEX #14932E Forest Green

📋 copy color: '#14932E'

red 20 ◦ green 147 ◦ blue 46

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

Shades of Forest Green #14932E

Tints of Forest Green #14932E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 9.39%
G = 69.01%
B = 21.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#14932E (or 0x14932E) is known color: Forest Green. HEX triplet: 14, 93 and 2E. RGB value is (20,147,46). Sum of RGB (Red+Green+Blue) = 20+147+46=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #14932E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14932E is #EB6CD1. Grayscale: #616161. Windows color (decimal): -15428818 or 3052308. OLE color: 3052308.

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

Color convert

RGB 20 147 46 -
CMYK 0.86 0 0.69 0.42
HSL 132.28º 0.76% 0.33% -
HSV(B) 132.28º 0.86% 0.58% -
XYZ 11.22 21.21 6.09 -
YUV 97.51 98.92 72.71 -
System Red Green Blue C M Y K H S L
Decimal 20 147 46 0.86 0 0.69 0.42 132.28 0.76 0.33
Hex 14 93 2E 56 0 45 2A 84 4C 21
Octal 24 223 56 126 0 105 52 204 114 41
Binary 10100 10010011 101110 1010110 0 1000101 101010 10000100 1001100 100001

Color Harmonies of #14932E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14932E

Black with #14932E

Text Example


Text Example

White with #14932E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14932E; }

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

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

background-color css

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

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

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

border-color css

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

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

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