#148410

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

Shades of Forest Green #148410

Tints of Forest Green #148410

Color information

#148410 (or 0x148410) is unknown color: approx Forest Green. HEX triplet: 14, 84 and 10. RGB value is (20,132,16). Sum of RGB (Red+Green+Blue) = 20+132+16=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #148410 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148410 is #EB7BEF. Grayscale: #555555. Windows color (decimal): -15432688 or 1082388. OLE color: 1082388.

HSL color Cylindrical-coordinate representation of color #148410: hue angle of 117.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148410 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB2013216-
CMYK0.8500.880.48
HSL117.93º78.38%29.02%-
HSV(B)117.93º87.88%51.76%-
XYZ8.6316.693.26-
YUV85.2988.8981.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 132 (51.95% from 255) = 78.57%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=11.90%
G=78.57%
B=9.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132160.8500.880.48117.9378.3829.02
Hex1484105505830764e1d
Octal242042012501306016611635
Binary1010010000100100001010101010110001100001110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148410; }

 p { color: rgb(20,132,16); }

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

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

 a { background-color: rgb(20,132,16); }

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

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

 span { border-color: rgb(20,132,16); }

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