Html Css Color HEX #14842E Forest Green

📋 copy color: '#14842E'

red 20 ◦ green 132 ◦ blue 46

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

Shades of Forest Green #14842E

Tints of Forest Green #14842E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66.67%

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

R = 10.1%
G = 66.67%
B = 23.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#14842E (or 0x14842E) is known color: Forest Green. HEX triplet: 14, 84 and 2E. RGB value is (20,132,46). Sum of RGB (Red+Green+Blue) = 20+132+46=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 132 (51.95% from 255 or 66.67% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 132 - color contains mainly: green. Hex color #14842E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14842E is #EB7BD1. Grayscale: #585858. Windows color (decimal): -15432658 or 3048468. OLE color: 3048468.

HSL color Cylindrical-coordinate representation of color #14842E: hue angle of 133.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14842E is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 46 -
CMYK 0.85 0 0.65 0.48
HSL 133.93º 0.74% 0.3% -
HSV(B) 133.93º 0.85% 0.52% -
XYZ 9.03 16.85 5.36 -
YUV 88.71 103.89 78.99 -
System Red Green Blue C M Y K H S L
Decimal 20 132 46 0.85 0 0.65 0.48 133.93 0.74 0.3
Hex 14 84 2E 55 0 41 30 86 4A 1E
Octal 24 204 56 125 0 101 60 206 112 36
Binary 10100 10000100 101110 1010101 0 1000001 110000 10000110 1001010 11110

Color Harmonies of #14842E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14842E

Black with #14842E

Text Example


Text Example

White with #14842E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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