#148415

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

Shades of Forest Green #148415

Tints of Forest Green #148415

Color information

#148415 (or 0x148415) is unknown color: approx Forest Green. HEX triplet: 14, 84 and 15. RGB value is (20,132,21). Sum of RGB (Red+Green+Blue) = 20+132+21=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #148415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148415 is #EB7BEA. Grayscale: #565656. Windows color (decimal): -15432683 or 1410068. OLE color: 1410068.

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

Color convert

RGB2013221-
CMYK0.8500.840.48
HSL120.54º73.68%29.8%-
HSV(B)120.54º84.85%51.76%-
XYZ8.6816.713.48-
YUV85.8691.3981.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 132 (51.95% from 255) = 76.30%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=11.56%
G=76.30%
B=12.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132210.8500.840.48120.5473.6829.8
Hex1484155505430794a1e
Octal242042512501246017111236
Binary1010010000100101011010101010101001100001111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148415; }

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

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

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

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

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

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

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

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