#30862D

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

Shades of Forest Green #30862D

Tints of Forest Green #30862D

Color information

#30862D (or 0x30862D) is unknown color: approx Forest Green. HEX triplet: 30, 86 and 2D. RGB value is (48,134,45). Sum of RGB (Red+Green+Blue) = 48+134+45=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #30862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30862D is #CF79D2. Grayscale: #626262. Windows color (decimal): -13597139 or 2983472. OLE color: 2983472.

HSL color Cylindrical-coordinate representation of color #30862D: hue angle of 117.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30862D is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB4813445-
CMYK0.6400.660.47
HSL117.98º49.72%35.1%-
HSV(B)117.98º66.42%52.55%-
XYZ10.2217.875.39-
YUV98.1498.0192.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 134 (52.73% from 255) = 59.03%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=21.15%
G=59.03%
B=19.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134450.6400.660.47117.9849.7235.1
Hex30862D400422F763223
Octal60206551000102571666243
Binary110000100001101011011000000010000101011111110110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30862D; }

 p { color: rgb(48,134,45); }

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

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

 a { background-color: rgb(48,134,45); }

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

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

 span { border-color: rgb(48,134,45); }

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