Html Css Color HEX #14902D Forest Green

📋 copy color: '#14902D'

red 20 ◦ green 144 ◦ blue 45

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

Shades of Forest Green #14902D

Tints of Forest Green #14902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 68.9%

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

R = 9.57%
G = 68.9%
B = 21.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#14902D (or 0x14902D) is known color: Forest Green. HEX triplet: 14, 90 and 2D. RGB value is (20,144,45). Sum of RGB (Red+Green+Blue) = 20+144+45=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #14902D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902D is #EB6FD2. Grayscale: #5F5F5F. Windows color (decimal): -15429587 or 2986004. OLE color: 2986004.

HSL color Cylindrical-coordinate representation of color #14902D: hue angle of 132.1º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14902D is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 45 -
CMYK 0.86 0 0.69 0.44
HSL 132.1º 0.76% 0.32% -
HSV(B) 132.1º 0.86% 0.56% -
XYZ 10.74 20.28 5.83 -
YUV 95.64 99.42 74.05 -
System Red Green Blue C M Y K H S L
Decimal 20 144 45 0.86 0 0.69 0.44 132.1 0.76 0.32
Hex 14 90 2D 56 0 45 2C 84 4C 20
Octal 24 220 55 126 0 105 54 204 114 40
Binary 10100 10010000 101101 1010110 0 1000101 101100 10000100 1001100 100000

Color Harmonies of #14902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14902D

Black with #14902D

Text Example


Text Example

White with #14902D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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