#309825

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

Shades of Forest Green #309825

Tints of Forest Green #309825

Color information

#309825 (or 0x309825) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 25. RGB value is (48,152,37). Sum of RGB (Red+Green+Blue) = 48+152+37=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #309825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309825 is #CF67DA. Grayscale: #6C6C6C. Windows color (decimal): -13592539 or 2463792. OLE color: 2463792.

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

Color convert

RGB4815237-
CMYK0.6800.760.40
HSL114.26º60.85%37.06%-
HSV(B)114.26º75.66%59.61%-
XYZ12.7823.225.56-
YUV107.7988.0485.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 152 (59.77% from 255) = 64.14%
BLUE value IS 37 (14.84% from 255) = 15.61%
R=20.25%
G=64.14%
B=15.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152370.6800.760.40114.2660.8537.06
Hex3098254404C28723d25
Octal60230451040114501627545
Binary110000100110001001011000100010011001010001110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309825; }

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

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

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

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

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

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

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

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