Html Css Color HEX #14851E Forest Green

📋 copy color: '#14851E'

red 20 ◦ green 133 ◦ blue 30

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

Shades of Forest Green #14851E

Tints of Forest Green #14851E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 72.68%

 BLUE value IS 30 (12.11% from 255) = 16.39%

R = 10.93%
G = 72.68%
B = 16.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#14851E (or 0x14851E) is known color: Forest Green. HEX triplet: 14, 85 and 1E. RGB value is (20,133,30). Sum of RGB (Red+Green+Blue) = 20+133+30=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #14851E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14851E is #EB7AE1. Grayscale: #575757. Windows color (decimal): -15432418 or 2000148. OLE color: 2000148.

HSL color Cylindrical-coordinate representation of color #14851E: hue angle of 125.31º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14851E is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 133 30 -
CMYK 0.85 0 0.77 0.48
HSL 125.31º 0.74% 0.3% -
HSV(B) 125.31º 0.85% 0.52% -
XYZ 8.91 17.02 4.04 -
YUV 87.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 20 133 30 0.85 0 0.77 0.48 125.31 0.74 0.3
Hex 14 85 1E 55 0 4D 30 7D 4A 1E
Octal 24 205 36 125 0 115 60 175 112 36
Binary 10100 10000101 11110 1010101 0 1001101 110000 1111101 1001010 11110

Color Harmonies of #14851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14851E

Black with #14851E

Text Example


Text Example

White with #14851E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14851E; }

 p { color: rgb(20,133,30); }

 H1.HeaderClassName
 {
   color: #14851E;
 }
 .AnyTagClassName
 {
   color: #14851E;
 }
</style>

background-color css

<style>
 a { background-color: #14851E; }

 a { background-color: rgb(20,133,30); }

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

border-color css

<style>
 span { border-color: #14851E; }

 span { border-color: rgb(20,133,30); }

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