#308B32

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

Shades of Forest Green #308B32

Tints of Forest Green #308B32

Color information

#308B32 (or 0x308B32) is unknown color: approx Forest Green. HEX triplet: 30, 8B and 32. RGB value is (48,139,50). Sum of RGB (Red+Green+Blue) = 48+139+50=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 139 (54.69% from 255 or 58.65% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 139 - color contains mainly: green. Hex color #308B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308B32 is #CF74CD. Grayscale: #656565. Windows color (decimal): -13595854 or 3312432. OLE color: 3312432.

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

Color convert

RGB4813950-
CMYK0.6500.640.45
HSL121.32º48.66%36.67%-
HSV(B)121.32º65.47%54.51%-
XYZ11.0319.326.17-
YUV101.6498.8589.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 139 (54.69% from 255) = 58.65%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=20.25%
G=58.65%
B=21.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139500.6500.640.45121.3248.6636.67
Hex308B32410402D793125
Octal60213621010100551716145
Binary110000100010111100101000001010000001011011111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,50); }

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

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

 a { background-color: rgb(48,139,50); }

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

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

 span { border-color: rgb(48,139,50); }

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