#308D2C

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

Shades of Forest Green #308D2C

Tints of Forest Green #308D2C

Color information

#308D2C (or 0x308D2C) is unknown color: approx Forest Green. HEX triplet: 30, 8D and 2C. RGB value is (48,141,44). Sum of RGB (Red+Green+Blue) = 48+141+44=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #308D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D2C is #CF72D3. Grayscale: #666666. Windows color (decimal): -13595348 or 2919728. OLE color: 2919728.

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

Color convert

RGB4814144-
CMYK0.6600.690.45
HSL117.53º52.43%36.27%-
HSV(B)117.53º68.79%55.29%-
XYZ11.219.865.63-
YUV102.1495.1989.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 141 (55.47% from 255) = 60.52%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=20.60%
G=60.52%
B=18.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141440.6600.690.45117.5352.4336.27
Hex308D2C420452D763424
Octal60215541020105551666444
Binary110000100011011011001000010010001011011011110110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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