#309529

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

Shades of Forest Green #309529

Tints of Forest Green #309529

Color information

#309529 (or 0x309529) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 29. RGB value is (48,149,41). Sum of RGB (Red+Green+Blue) = 48+149+41=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #309529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309529 is #CF6AD6. Grayscale: #6A6A6A. Windows color (decimal): -13593303 or 2725168. OLE color: 2725168.

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

Color convert

RGB4814941-
CMYK0.6800.720.42
HSL116.11º56.84%37.25%-
HSV(B)116.11º72.48%58.43%-
XYZ12.3722.285.75-
YUV106.4991.0486.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 149 (58.59% from 255) = 62.61%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=20.17%
G=62.61%
B=17.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149410.6800.720.42116.1156.8437.25
Hex309529440482A743925
Octal60225511040110521647145
Binary110000100101011010011000100010010001010101110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309529; }

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

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

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

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

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

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

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

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