#14922B

Color #14922B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #14922B

Tints of Forest Green #14922B

Color information

#14922B (or 0x14922B) is unknown color: approx Forest Green. HEX triplet: 14, 92 and 2B. RGB value is (20,146,43). Sum of RGB (Red+Green+Blue) = 20+146+43=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 146 (57.42% from 255 or 69.86% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 146 - color contains mainly: green. Hex color #14922B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14922B is #EB6DD4. Grayscale: #606060. Windows color (decimal): -15429077 or 2855444. OLE color: 2855444.

HSL color Cylindrical-coordinate representation of color #14922B: hue angle of 130.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14922B is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB2014643-
CMYK0.8600.710.43
HSL130.95º75.9%32.55%-
HSV(B)130.95º86.3%57.25%-
XYZ1120.885.74-
YUV96.5897.7673.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 146 (57.42% from 255) = 69.86%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=9.57%
G=69.86%
B=20.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146430.8600.710.43130.9575.932.55
Hex14922B560472B834c21
Octal242225312601075320311441
Binary1010010010010101011101011001000111101011100000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14922B; }

 p { color: rgb(20,146,43); }

 H1.HeaderClassName
 {
   color: #14922B;
 }
 .AnyTagClassName
 {
   color: #14922B;
 }
</style>
background-color css

<style>
 a { background-color: #14922B; }

 a { background-color: rgb(20,146,43); }

 div.DivClassName
 {
   background-color: #14922B;
 }
 .BgClassName
 {
   background-color: #14922B;
 }
</style>
border-color css

<style>
 span { border-color: #14922B; }

 span { border-color: rgb(20,146,43); }

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