Html Css Color HEX #14871A Forest Green

📋 copy color: '#14871A'

red 20 ◦ green 135 ◦ blue 26

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

Shades of Forest Green #14871A

Tints of Forest Green #14871A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 11.05%
G = 74.59%
B = 14.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#14871A (or 0x14871A) is known color: Forest Green. HEX triplet: 14, 87 and 1A. RGB value is (20,135,26). Sum of RGB (Red+Green+Blue) = 20+135+26=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #14871A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14871A is #EB78E5. Grayscale: #585858. Windows color (decimal): -15431910 or 1738516. OLE color: 1738516.

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

Color convert

RGB 20 135 26 -
CMYK 0.85 0 0.81 0.47
HSL 123.13º 0.74% 0.3% -
HSV(B) 123.13º 0.85% 0.53% -
XYZ 9.14 17.55 3.88 -
YUV 88.19 92.9 79.36 -
System Red Green Blue C M Y K H S L
Decimal 20 135 26 0.85 0 0.81 0.47 123.13 0.74 0.3
Hex 14 87 1A 55 0 51 2F 7B 4A 1E
Octal 24 207 32 125 0 121 57 173 112 36
Binary 10100 10000111 11010 1010101 0 1010001 101111 1111011 1001010 11110

Color Harmonies of #14871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14871A

Black with #14871A

Text Example


Text Example

White with #14871A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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