Html Css Color HEX #14872A Forest Green

📋 copy color: '#14872A'

red 20 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #14872A

Tints of Forest Green #14872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 68.53%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 10.15%
G = 68.53%
B = 21.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#14872A (or 0x14872A) is known color: Forest Green. HEX triplet: 14, 87 and 2A. RGB value is (20,135,42). Sum of RGB (Red+Green+Blue) = 20+135+42=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 135 (53.12% from 255 or 68.53% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 135 - color contains mainly: green. Hex color #14872A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14872A is #EB78D5. Grayscale: #5A5A5A. Windows color (decimal): -15431894 or 2787092. OLE color: 2787092.

HSL color Cylindrical-coordinate representation of color #14872A: hue angle of 131.48º 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 #14872A is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 135 42 -
CMYK 0.85 0 0.69 0.47
HSL 131.48º 0.74% 0.3% -
HSV(B) 131.48º 0.85% 0.53% -
XYZ 9.37 17.64 5.1 -
YUV 90.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 20 135 42 0.85 0 0.69 0.47 131.48 0.74 0.3
Hex 14 87 2A 55 0 45 2F 83 4A 1E
Octal 24 207 52 125 0 105 57 203 112 36
Binary 10100 10000111 101010 1010101 0 1000101 101111 10000011 1001010 11110

Color Harmonies of #14872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14872A

Black with #14872A

Text Example


Text Example

White with #14872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14872A; }

 p { color: rgb(20,135,42); }

 H1.HeaderClassName
 {
   color: #14872A;
 }
 .AnyTagClassName
 {
   color: #14872A;
 }
</style>

background-color css

<style>
 a { background-color: #14872A; }

 a { background-color: rgb(20,135,42); }

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

border-color css

<style>
 span { border-color: #14872A; }

 span { border-color: rgb(20,135,42); }

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