#30951F

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

Shades of Forest Green #30951F

Tints of Forest Green #30951F

Color information

#30951F (or 0x30951F) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 1F. RGB value is (48,149,31). Sum of RGB (Red+Green+Blue) = 48+149+31=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 149 (58.59% from 255 or 65.35% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 149 - color contains mainly: green. Hex color #30951F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30951F is #CF6AE0. Grayscale: #696969. Windows color (decimal): -13593313 or 2069808. OLE color: 2069808.

HSL color Cylindrical-coordinate representation of color #30951F: hue angle of 111.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30951F is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB4814931-
CMYK0.6800.790.42
HSL111.36º65.56%35.29%-
HSV(B)111.36º79.19%58.43%-
XYZ12.2122.224.94-
YUV105.3586.0487.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 149 (58.59% from 255) = 65.35%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=21.05%
G=65.35%
B=13.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149310.6800.790.42111.3665.5635.29
Hex30951F4404F2A6f4223
Octal602253710401175215710243
Binary110000100101011111110001000100111110101011011111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30951F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30951F; }

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

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

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

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

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

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

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

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