#309526

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

Shades of Forest Green #309526

Tints of Forest Green #309526

Color information

#309526 (or 0x309526) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 26. RGB value is (48,149,38). Sum of RGB (Red+Green+Blue) = 48+149+38=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #309526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309526 is #CF6AD9. Grayscale: #6A6A6A. Windows color (decimal): -13593306 or 2528560. OLE color: 2528560.

HSL color Cylindrical-coordinate representation of color #309526: hue angle of 114.59º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309526 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB4814938-
CMYK0.6800.740.42
HSL114.59º59.36%36.67%-
HSV(B)114.59º74.5%58.43%-
XYZ12.3222.265.48-
YUV106.1589.5486.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 149 (58.59% from 255) = 63.40%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=20.43%
G=63.40%
B=16.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149380.6800.740.42114.5959.3636.67
Hex3095264404A2A733b25
Octal60225461040112521637345
Binary110000100101011001101000100010010101010101110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309526; }

 p { color: rgb(48,149,38); }

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

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

 a { background-color: rgb(48,149,38); }

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

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

 span { border-color: rgb(48,149,38); }

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