#158330

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

Shades of Forest Green #158330

Tints of Forest Green #158330

Color information

#158330 (or 0x158330) is unknown color: approx Forest Green. HEX triplet: 15, 83 and 30. RGB value is (21,131,48). Sum of RGB (Red+Green+Blue) = 21+131+48=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 131 (51.56% from 255 or 65.5% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 131 - color contains mainly: green. Hex color #158330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158330 is #EA7CCF. Grayscale: #585858. Windows color (decimal): -15367376 or 3179285. OLE color: 3179285.

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

Color convert

RGB2113148-
CMYK0.8400.630.49
HSL134.73º72.37%29.8%-
HSV(B)134.73º83.97%51.37%-
XYZ8.9616.615.53-
YUV88.65105.0679.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 131 (51.56% from 255) = 65.5%
BLUE value IS 48 (19.14% from 255) = 24%
R=10.5%
G=65.5%
B=24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21131480.8400.630.49134.7372.3729.8
Hex1583305403F3187481e
Octal25203601240776120711036
Binary10101100000111100001010100011111111000110000111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158330; }

 p { color: rgb(21,131,48); }

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

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

 a { background-color: rgb(21,131,48); }

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

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

 span { border-color: rgb(21,131,48); }

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