Html Css Color HEX #14882F Forest Green

📋 copy color: '#14882F'

red 20 ◦ green 136 ◦ blue 47

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

Shades of Forest Green #14882F

Tints of Forest Green #14882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 67%

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

R = 9.85%
G = 67%
B = 23.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#14882F (or 0x14882F) is known color: Forest Green. HEX triplet: 14, 88 and 2F. RGB value is (20,136,47). Sum of RGB (Red+Green+Blue) = 20+136+47=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #14882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882F is #EB77D0. Grayscale: #5B5B5B. Windows color (decimal): -15431633 or 3115028. OLE color: 3115028.

HSL color Cylindrical-coordinate representation of color #14882F: hue angle of 133.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14882F is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 47 -
CMYK 0.85 0 0.65 0.47
HSL 133.97º 0.74% 0.31% -
HSV(B) 133.97º 0.85% 0.53% -
XYZ 9.61 17.96 5.65 -
YUV 91.17 103.07 77.24 -
System Red Green Blue C M Y K H S L
Decimal 20 136 47 0.85 0 0.65 0.47 133.97 0.74 0.31
Hex 14 88 2F 55 0 41 2F 86 4A 1F
Octal 24 210 57 125 0 101 57 206 112 37
Binary 10100 10001000 101111 1010101 0 1000001 101111 10000110 1001010 11111

Color Harmonies of #14882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14882F

Black with #14882F

Text Example


Text Example

White with #14882F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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