Html Css Color HEX #14862F Forest Green

📋 copy color: '#14862F'

red 20 ◦ green 134 ◦ blue 47

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

Shades of Forest Green #14862F

Tints of Forest Green #14862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 66.67%

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

R = 9.95%
G = 66.67%
B = 23.38%

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

#14862F (or 0x14862F) is known color: Forest Green. HEX triplet: 14, 86 and 2F. RGB value is (20,134,47). Sum of RGB (Red+Green+Blue) = 20+134+47=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #14862F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14862F is #EB79D0. Grayscale: #5A5A5A. Windows color (decimal): -15432145 or 3114516. OLE color: 3114516.

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

Color convert

RGB 20 134 47 -
CMYK 0.85 0 0.65 0.47
HSL 134.21º 0.74% 0.3% -
HSV(B) 134.21º 0.85% 0.53% -
XYZ 9.33 17.4 5.56 -
YUV 90 103.73 78.07 -
System Red Green Blue C M Y K H S L
Decimal 20 134 47 0.85 0 0.65 0.47 134.21 0.74 0.3
Hex 14 86 2F 55 0 41 2F 86 4A 1E
Octal 24 206 57 125 0 101 57 206 112 36
Binary 10100 10000110 101111 1010101 0 1000001 101111 10000110 1001010 11110

Color Harmonies of #14862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14862F

Black with #14862F

Text Example


Text Example

White with #14862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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