#308D2B

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

Shades of Forest Green #308D2B

Tints of Forest Green #308D2B

Color information

#308D2B (or 0x308D2B) is unknown color: approx Forest Green. HEX triplet: 30, 8D and 2B. RGB value is (48,141,43). Sum of RGB (Red+Green+Blue) = 48+141+43=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #308D2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D2B is #CF72D4. Grayscale: #666666. Windows color (decimal): -13595349 or 2854192. OLE color: 2854192.

HSL color Cylindrical-coordinate representation of color #308D2B: hue angle of 116.94º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #308D2B is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB4814143-
CMYK0.6600.700.45
HSL116.94º53.26%36.08%-
HSV(B)116.94º69.5%55.29%-
XYZ11.1819.855.53-
YUV102.0294.6989.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 141 (55.47% from 255) = 60.78%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=20.69%
G=60.78%
B=18.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141430.6600.700.45116.9453.2636.08
Hex308D2B420462D753524
Octal60215531020106551656544
Binary110000100011011010111000010010001101011011110101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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