#309530

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

Shades of Forest Green #309530

Tints of Forest Green #309530

Color information

#309530 (or 0x309530) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 30. RGB value is (48,149,48). Sum of RGB (Red+Green+Blue) = 48+149+48=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #309530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309530 is #CF6ACF. Grayscale: #6B6B6B. Windows color (decimal): -13593296 or 3183920. OLE color: 3183920.

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

Color convert

RGB4814948-
CMYK0.6800.680.42
HSL120º51.27%38.63%-
HSV(B)120º67.79%58.43%-
XYZ12.522.346.45-
YUV107.2994.5485.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 149 (58.59% from 255) = 60.82%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=19.59%
G=60.82%
B=19.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149480.6800.680.4212051.2738.63
Hex309530440442A783327
Octal60225601040104521706347
Binary110000100101011100001000100010001001010101111000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309530; }

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

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

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

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

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

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

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

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