Html Css Color HEX #14942D Forest Green

📋 copy color: '#14942D'

red 20 ◦ green 148 ◦ blue 45

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

Shades of Forest Green #14942D

Tints of Forest Green #14942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.48%

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 9.39%
G = 69.48%
B = 21.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#14942D (or 0x14942D) is known color: Forest Green. HEX triplet: 14, 94 and 2D. RGB value is (20,148,45). Sum of RGB (Red+Green+Blue) = 20+148+45=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #14942D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14942D is #EB6BD2. Grayscale: #626262. Windows color (decimal): -15428563 or 2987028. OLE color: 2987028.

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

Color convert

RGB 20 148 45 -
CMYK 0.86 0 0.70 0.42
HSL 131.72º 0.76% 0.33% -
HSV(B) 131.72º 0.86% 0.58% -
XYZ 11.35 21.52 6.04 -
YUV 97.99 98.09 72.38 -
System Red Green Blue C M Y K H S L
Decimal 20 148 45 0.86 0 0.70 0.42 131.72 0.76 0.33
Hex 14 94 2D 56 0 46 2A 84 4C 21
Octal 24 224 55 126 0 106 52 204 114 41
Binary 10100 10010100 101101 1010110 0 1000110 101010 10000100 1001100 100001

Color Harmonies of #14942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14942D

Black with #14942D

Text Example


Text Example

White with #14942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14942D; }

 p { color: rgb(20,148,45); }

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

background-color css

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

 a { background-color: rgb(20,148,45); }

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

border-color css

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

 span { border-color: rgb(20,148,45); }

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