Html Css Color HEX #14902E Forest Green

📋 copy color: '#14902E'

red 20 ◦ green 144 ◦ blue 46

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

Shades of Forest Green #14902E

Tints of Forest Green #14902E

RGB

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

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

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

R = 9.52%
G = 68.57%
B = 21.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#14902E (or 0x14902E) is known color: Forest Green. HEX triplet: 14, 90 and 2E. RGB value is (20,144,46). Sum of RGB (Red+Green+Blue) = 20+144+46=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 144 (56.64% from 255 or 68.57% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 144 - color contains mainly: green. Hex color #14902E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14902E is #EB6FD1. Grayscale: #606060. Windows color (decimal): -15429586 or 3051540. OLE color: 3051540.

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

Color convert

RGB 20 144 46 -
CMYK 0.86 0 0.68 0.44
HSL 132.58º 0.76% 0.32% -
HSV(B) 132.58º 0.86% 0.56% -
XYZ 10.75 20.29 5.93 -
YUV 95.75 99.92 73.97 -
System Red Green Blue C M Y K H S L
Decimal 20 144 46 0.86 0 0.68 0.44 132.58 0.76 0.32
Hex 14 90 2E 56 0 44 2C 85 4C 20
Octal 24 220 56 126 0 104 54 205 114 40
Binary 10100 10010000 101110 1010110 0 1000100 101100 10000101 1001100 100000

Color Harmonies of #14902E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14902E

Black with #14902E

Text Example


Text Example

White with #14902E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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