Html Css Color HEX #14882E Forest Green

📋 copy color: '#14882E'

red 20 ◦ green 136 ◦ blue 46

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

Shades of Forest Green #14882E

Tints of Forest Green #14882E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 9.9%
G = 67.33%
B = 22.77%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#14882E (or 0x14882E) is known color: Forest Green. HEX triplet: 14, 88 and 2E. RGB value is (20,136,46). Sum of RGB (Red+Green+Blue) = 20+136+46=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #14882E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14882E is #EB77D1. Grayscale: #5B5B5B. Windows color (decimal): -15431634 or 3049492. OLE color: 3049492.

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

Color convert

RGB 20 136 46 -
CMYK 0.85 0 0.66 0.47
HSL 133.45º 0.74% 0.31% -
HSV(B) 133.45º 0.85% 0.53% -
XYZ 9.59 17.95 5.55 -
YUV 91.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 20 136 46 0.85 0 0.66 0.47 133.45 0.74 0.31
Hex 14 88 2E 55 0 42 2F 85 4A 1F
Octal 24 210 56 125 0 102 57 205 112 37
Binary 10100 10001000 101110 1010101 0 1000010 101111 10000101 1001010 11111

Color Harmonies of #14882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14882E

Black with #14882E

Text Example


Text Example

White with #14882E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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