Html Css Color HEX #14892C Forest Green

📋 copy color: '#14892C'

red 20 ◦ green 137 ◦ blue 44

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

Shades of Forest Green #14892C

Tints of Forest Green #14892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 68.16%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 9.95%
G = 68.16%
B = 21.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#14892C (or 0x14892C) is known color: Forest Green. HEX triplet: 14, 89 and 2C. RGB value is (20,137,44). Sum of RGB (Red+Green+Blue) = 20+137+44=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 137 (53.91% from 255 or 68.16% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 137 - color contains mainly: green. Hex color #14892C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14892C is #EB76D3. Grayscale: #5B5B5B. Windows color (decimal): -15431380 or 2918676. OLE color: 2918676.

HSL color Cylindrical-coordinate representation of color #14892C: hue angle of 132.31º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14892C is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 44 -
CMYK 0.85 0 0.68 0.46
HSL 132.31º 0.75% 0.31% -
HSV(B) 132.31º 0.85% 0.54% -
XYZ 9.69 18.22 5.39 -
YUV 91.42 101.24 77.06 -
System Red Green Blue C M Y K H S L
Decimal 20 137 44 0.85 0 0.68 0.46 132.31 0.75 0.31
Hex 14 89 2C 55 0 44 2E 84 4B 1F
Octal 24 211 54 125 0 104 56 204 113 37
Binary 10100 10001001 101100 1010101 0 1000100 101110 10000100 1001011 11111

Color Harmonies of #14892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14892C

Black with #14892C

Text Example


Text Example

White with #14892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14892C; }

 p { color: rgb(20,137,44); }

 H1.HeaderClassName
 {
   color: #14892C;
 }
 .AnyTagClassName
 {
   color: #14892C;
 }
</style>

background-color css

<style>
 a { background-color: #14892C; }

 a { background-color: rgb(20,137,44); }

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

border-color css

<style>
 span { border-color: #14892C; }

 span { border-color: rgb(20,137,44); }

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