Html Css Color HEX #14842D Forest Green

📋 copy color: '#14842D'

red 20 ◦ green 132 ◦ blue 45

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

Shades of Forest Green #14842D

Tints of Forest Green #14842D

RGB

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

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

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

R = 10.15%
G = 67.01%
B = 22.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#14842D (or 0x14842D) is known color: Forest Green. HEX triplet: 14, 84 and 2D. RGB value is (20,132,45). Sum of RGB (Red+Green+Blue) = 20+132+45=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 132 (51.95% from 255 or 67.01% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 132 - color contains mainly: green. Hex color #14842D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14842D is #EB7BD2. Grayscale: #585858. Windows color (decimal): -15432659 or 2982932. OLE color: 2982932.

HSL color Cylindrical-coordinate representation of color #14842D: hue angle of 133.39º 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 #14842D is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 45 -
CMYK 0.85 0 0.66 0.48
HSL 133.39º 0.74% 0.3% -
HSV(B) 133.39º 0.85% 0.52% -
XYZ 9.01 16.84 5.26 -
YUV 88.59 103.39 79.07 -
System Red Green Blue C M Y K H S L
Decimal 20 132 45 0.85 0 0.66 0.48 133.39 0.74 0.3
Hex 14 84 2D 55 0 42 30 85 4A 1E
Octal 24 204 55 125 0 102 60 205 112 36
Binary 10100 10000100 101101 1010101 0 1000010 110000 10000101 1001010 11110

Color Harmonies of #14842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14842D

Black with #14842D

Text Example


Text Example

White with #14842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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