#309934

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

Shades of Forest Green #309934

Tints of Forest Green #309934

Color information

#309934 (or 0x309934) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 34. RGB value is (48,153,52). Sum of RGB (Red+Green+Blue) = 48+153+52=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #309934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309934 is #CF66CB. Grayscale: #6E6E6E. Windows color (decimal): -13592268 or 3447088. OLE color: 3447088.

HSL color Cylindrical-coordinate representation of color #309934: hue angle of 122.29º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309934 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB4815352-
CMYK0.6900.660.4
HSL122.29º52.24%39.41%-
HSV(B)122.29º68.63%60%-
XYZ13.2323.667.12-
YUV110.0995.2183.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 153 (60.16% from 255) = 60.47%
BLUE value IS 52 (20.70% from 255) = 20.55%
R=18.97%
G=60.47%
B=20.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153520.6900.660.4122.2952.2439.41
Hex30993445042287a3427
Octal60231641050102501726447
Binary110000100110011101001000101010000101010001111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309934; }

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

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

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

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

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

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

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

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