#308D34

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

Shades of Forest Green #308D34

Tints of Forest Green #308D34

Color information

#308D34 (or 0x308D34) is unknown color: approx Forest Green. HEX triplet: 30, 8D and 34. RGB value is (48,141,52). Sum of RGB (Red+Green+Blue) = 48+141+52=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #308D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D34 is #CF72CB. Grayscale: #676767. Windows color (decimal): -13595340 or 3444016. OLE color: 3444016.

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

Color convert

RGB4814152-
CMYK0.6600.630.45
HSL122.58º49.21%37.06%-
HSV(B)122.58º65.96%55.29%-
XYZ11.3619.936.5-
YUV103.0599.1988.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 141 (55.47% from 255) = 58.51%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=19.92%
G=58.51%
B=21.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141520.6600.630.45122.5849.2137.06
Hex308D344203F2D7b3125
Octal6021564102077551736145
Binary11000010001101110100100001001111111011011111011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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