Html Css Color HEX #14932A Forest Green

📋 copy color: '#14932A'

red 20 ◦ green 147 ◦ blue 42

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

Shades of Forest Green #14932A

Tints of Forest Green #14932A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 9.57%
G = 70.33%
B = 20.1%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#14932A (or 0x14932A) is known color: Forest Green. HEX triplet: 14, 93 and 2A. RGB value is (20,147,42). Sum of RGB (Red+Green+Blue) = 20+147+42=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #14932A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14932A is #EB6CD5. Grayscale: #616161. Windows color (decimal): -15428822 or 2790164. OLE color: 2790164.

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

Color convert

RGB 20 147 42 -
CMYK 0.86 0 0.71 0.42
HSL 130.39º 0.76% 0.33% -
HSV(B) 130.39º 0.86% 0.58% -
XYZ 11.14 21.18 5.69 -
YUV 97.06 96.92 73.04 -
System Red Green Blue C M Y K H S L
Decimal 20 147 42 0.86 0 0.71 0.42 130.39 0.76 0.33
Hex 14 93 2A 56 0 47 2A 82 4C 21
Octal 24 223 52 126 0 107 52 202 114 41
Binary 10100 10010011 101010 1010110 0 1000111 101010 10000010 1001100 100001

Color Harmonies of #14932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14932A

Black with #14932A

Text Example


Text Example

White with #14932A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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