Html Css Color HEX #14870F Forest Green

📋 copy color: '#14870F'

red 20 ◦ green 135 ◦ blue 15

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

Shades of Forest Green #14870F

Tints of Forest Green #14870F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.82%

R = 11.76%
G = 79.41%
B = 8.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#14870F (or 0x14870F) is known color: Forest Green. HEX triplet: 14, 87 and 0F. RGB value is (20,135,15). Sum of RGB (Red+Green+Blue) = 20+135+15=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 135 (53.12% from 255 or 79.41% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 135 - color contains mainly: green. Hex color #14870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14870F is #EB78F0. Grayscale: #575757. Windows color (decimal): -15431921 or 1017620. OLE color: 1017620.

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

Color convert

RGB 20 135 15 -
CMYK 0.85 0 0.89 0.47
HSL 117.5º 0.8% 0.29% -
HSV(B) 117.5º 0.89% 0.53% -
XYZ 9.04 17.51 3.36 -
YUV 86.94 87.4 80.26 -
System Red Green Blue C M Y K H S L
Decimal 20 135 15 0.85 0 0.89 0.47 117.5 0.8 0.29
Hex 14 87 F 55 0 59 2F 76 50 1D
Octal 24 207 17 125 0 131 57 166 120 35
Binary 10100 10000111 1111 1010101 0 1011001 101111 1110110 1010000 11101

Color Harmonies of #14870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14870F

Black with #14870F

Text Example


Text Example

White with #14870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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