#30852C

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

Shades of Forest Green #30852C

Tints of Forest Green #30852C

Color information

#30852C (or 0x30852C) is unknown color: approx Forest Green. HEX triplet: 30, 85 and 2C. RGB value is (48,133,44). Sum of RGB (Red+Green+Blue) = 48+133+44=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #30852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30852C is #CF7AD3. Grayscale: #616161. Windows color (decimal): -13597396 or 2917680. OLE color: 2917680.

HSL color Cylindrical-coordinate representation of color #30852C: hue angle of 117.3º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30852C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB4813344-
CMYK0.6400.670.48
HSL117.3º50.28%34.71%-
HSV(B)117.3º66.92%52.16%-
XYZ10.0617.595.25-
YUV97.4497.8492.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 133 (52.34% from 255) = 59.11%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=21.33%
G=59.11%
B=19.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133440.6400.670.48117.350.2834.71
Hex30852C4004330753223
Octal60205541000103601656243
Binary110000100001011011001000000010000111100001110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30852C; }

 p { color: rgb(48,133,44); }

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

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

 a { background-color: rgb(48,133,44); }

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

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

 span { border-color: rgb(48,133,44); }

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