Html Css Color HEX #14842C Forest Green

📋 copy color: '#14842C'

red 20 ◦ green 132 ◦ blue 44

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

Shades of Forest Green #14842C

Tints of Forest Green #14842C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 10.2%
G = 67.35%
B = 22.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#14842C (or 0x14842C) is known color: Forest Green. HEX triplet: 14, 84 and 2C. RGB value is (20,132,44). Sum of RGB (Red+Green+Blue) = 20+132+44=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #14842C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14842C is #EB7BD3. Grayscale: #585858. Windows color (decimal): -15432660 or 2917396. OLE color: 2917396.

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

Color convert

RGB 20 132 44 -
CMYK 0.85 0 0.67 0.48
HSL 132.86º 0.74% 0.3% -
HSV(B) 132.86º 0.85% 0.52% -
XYZ 8.99 16.83 5.16 -
YUV 88.48 102.89 79.16 -
System Red Green Blue C M Y K H S L
Decimal 20 132 44 0.85 0 0.67 0.48 132.86 0.74 0.3
Hex 14 84 2C 55 0 43 30 85 4A 1E
Octal 24 204 54 125 0 103 60 205 112 36
Binary 10100 10000100 101100 1010101 0 1000011 110000 10000101 1001010 11110

Color Harmonies of #14842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14842C

Black with #14842C

Text Example


Text Example

White with #14842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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