#309800

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

Shades of Forest Green #309800

Tints of Forest Green #309800

Color information

#309800 (or 0x309800) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 00. RGB value is (48,152,0). Sum of RGB (Red+Green+Blue) = 48+152+0=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 152 (59.77% from 255 or 76% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 152 - color contains mainly: green. Hex color #309800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309800 is #CF67FF. Grayscale: #686868. Windows color (decimal): -13592576 or 38960. OLE color: 38960.

HSL color Cylindrical-coordinate representation of color #309800: hue angle of 101.05º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #309800 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB481520-
CMYK0.68010.40
HSL101.05º100%29.8%-
HSV(B)101.05º100%59.61%-
XYZ12.4523.083.8-
YUV103.5869.5488.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 152 (59.77% from 255) = 76%
BLUE value IS 0 (0.39% from 255) = 0%
R=24%
G=76%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4815200.68010.40101.0510029.8
Hex30980440642865641e
Octal60230010401445014514436
Binary1100001001100001000100011001001010001100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309800; }

 p { color: rgb(48,152,0); }

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

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

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

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

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

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

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