#30952D

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

Shades of Forest Green #30952D

Tints of Forest Green #30952D

Color information

#30952D (or 0x30952D) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 2D. RGB value is (48,149,45). Sum of RGB (Red+Green+Blue) = 48+149+45=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #30952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30952D is #CF6AD2. Grayscale: #6B6B6B. Windows color (decimal): -13593299 or 2987312. OLE color: 2987312.

HSL color Cylindrical-coordinate representation of color #30952D: hue angle of 118.27º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30952D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB4814945-
CMYK0.6800.700.42
HSL118.27º53.61%38.04%-
HSV(B)118.27º69.8%58.43%-
XYZ12.4422.316.13-
YUV106.9493.0485.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 149 (58.59% from 255) = 61.57%
BLUE value IS 45 (17.97% from 255) = 18.60%
R=19.83%
G=61.57%
B=18.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149450.6800.700.42118.2753.6138.04
Hex30952D440462A763626
Octal60225551040106521666646
Binary110000100101011011011000100010001101010101110110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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