Html Css Color HEX #14881E Forest Green

📋 copy color: '#14881E'

red 20 ◦ green 136 ◦ blue 30

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

Shades of Forest Green #14881E

Tints of Forest Green #14881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.12%

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

R = 10.75%
G = 73.12%
B = 16.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#14881E (or 0x14881E) is known color: Forest Green. HEX triplet: 14, 88 and 1E. RGB value is (20,136,30). Sum of RGB (Red+Green+Blue) = 20+136+30=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 136 (53.52% from 255 or 73.12% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 136 - color contains mainly: green. Hex color #14881E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14881E is #EB77E1. Grayscale: #595959. Windows color (decimal): -15431650 or 2000916. OLE color: 2000916.

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

Color convert

RGB 20 136 30 -
CMYK 0.85 0 0.78 0.47
HSL 125.17º 0.74% 0.31% -
HSV(B) 125.17º 0.85% 0.53% -
XYZ 9.33 17.85 4.18 -
YUV 89.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 20 136 30 0.85 0 0.78 0.47 125.17 0.74 0.31
Hex 14 88 1E 55 0 4E 2F 7D 4A 1F
Octal 24 210 36 125 0 116 57 175 112 37
Binary 10100 10001000 11110 1010101 0 1001110 101111 1111101 1001010 11111

Color Harmonies of #14881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14881E

Black with #14881E

Text Example


Text Example

White with #14881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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