#148321

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

Shades of Forest Green #148321

Tints of Forest Green #148321

Color information

#148321 (or 0x148321) is unknown color: approx Forest Green. HEX triplet: 14, 83 and 21. RGB value is (20,131,33). Sum of RGB (Red+Green+Blue) = 20+131+33=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 131 (51.56% from 255 or 71.20% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 131 - color contains mainly: green. Hex color #148321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148321 is #EB7CDE. Grayscale: #565656. Windows color (decimal): -15432927 or 2196244. OLE color: 2196244.

HSL color Cylindrical-coordinate representation of color #148321: hue angle of 127.03º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148321 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB2013133-
CMYK0.8500.750.49
HSL127.03º73.51%29.61%-
HSV(B)127.03º84.73%51.37%-
XYZ8.6816.494.16-
YUV86.6497.7380.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 131 (51.56% from 255) = 71.20%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=10.87%
G=71.20%
B=17.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20131330.8500.750.49127.0373.5129.61
Hex1483215504B317f4a1e
Octal242034112501136117711236
Binary10100100000111000011010101010010111100011111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148321; }

 p { color: rgb(20,131,33); }

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

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

 a { background-color: rgb(20,131,33); }

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

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

 span { border-color: rgb(20,131,33); }

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