#309802

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

Shades of Forest Green #309802

Tints of Forest Green #309802

Color information

#309802 (or 0x309802) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 02. RGB value is (48,152,2). Sum of RGB (Red+Green+Blue) = 48+152+2=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 152 (59.77% from 255 or 75.25% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 152 - color contains mainly: green. Hex color #309802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309802 is #CF67FD. Grayscale: #686868. Windows color (decimal): -13592574 or 170032. OLE color: 170032.

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

Color convert

RGB481522-
CMYK0.6800.990.40
HSL101.6º97.4%30.2%-
HSV(B)101.6º98.68%59.61%-
XYZ12.4623.093.86-
YUV103.870.5488.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 152 (59.77% from 255) = 75.25%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=23.76%
G=75.25%
B=0.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4815220.6800.990.40101.697.430.2
Hex30982440632866611e
Octal60230210401435014614136
Binary11000010011000101000100011000111010001100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309802; }

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

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

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

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

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

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

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

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