#308D25

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

Shades of Forest Green #308D25

Tints of Forest Green #308D25

Color information

#308D25 (or 0x308D25) is unknown color: approx Forest Green. HEX triplet: 30, 8D and 25. RGB value is (48,141,37). Sum of RGB (Red+Green+Blue) = 48+141+37=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #308D25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D25 is #CF72DA. Grayscale: #656565. Windows color (decimal): -13595355 or 2460976. OLE color: 2460976.

HSL color Cylindrical-coordinate representation of color #308D25: hue angle of 113.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308D25 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB4814137-
CMYK0.6600.740.45
HSL113.65º58.43%34.9%-
HSV(B)113.65º73.76%55.29%-
XYZ11.0819.814.99-
YUV101.3491.6989.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 141 (55.47% from 255) = 62.39%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=21.24%
G=62.39%
B=16.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141370.6600.740.45113.6558.4334.9
Hex308D254204A2D723a23
Octal60215451020112551627243
Binary110000100011011001011000010010010101011011110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308D25; }

 p { color: rgb(48,141,37); }

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

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

 a { background-color: rgb(48,141,37); }

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

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

 span { border-color: rgb(48,141,37); }

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