Html Css Color HEX #14902F Forest Green

📋 copy color: '#14902F'

red 20 ◦ green 144 ◦ blue 47

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

Shades of Forest Green #14902F

Tints of Forest Green #14902F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 9.48%
G = 68.25%
B = 22.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#14902F (or 0x14902F) is known color: Forest Green. HEX triplet: 14, 90 and 2F. RGB value is (20,144,47). Sum of RGB (Red+Green+Blue) = 20+144+47=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #14902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902F is #EB6FD0. Grayscale: #606060. Windows color (decimal): -15429585 or 3117076. OLE color: 3117076.

HSL color Cylindrical-coordinate representation of color #14902F: hue angle of 133.06º 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 #14902F is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 47 -
CMYK 0.86 0 0.67 0.44
HSL 133.06º 0.76% 0.32% -
HSV(B) 133.06º 0.86% 0.56% -
XYZ 10.77 20.3 6.04 -
YUV 95.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 20 144 47 0.86 0 0.67 0.44 133.06 0.76 0.32
Hex 14 90 2F 56 0 43 2C 85 4C 20
Octal 24 220 57 126 0 103 54 205 114 40
Binary 10100 10010000 101111 1010110 0 1000011 101100 10000101 1001100 100000

Color Harmonies of #14902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14902F

Black with #14902F

Text Example


Text Example

White with #14902F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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