#309330

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

Shades of Forest Green #309330

Tints of Forest Green #309330

Color information

#309330 (or 0x309330) is unknown color: approx Forest Green. HEX triplet: 30, 93 and 30. RGB value is (48,147,48). Sum of RGB (Red+Green+Blue) = 48+147+48=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #309330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309330 is #CF6CCF. Grayscale: #6A6A6A. Windows color (decimal): -13593808 or 3183408. OLE color: 3183408.

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

Color convert

RGB4814748-
CMYK0.6700.670.42
HSL120º50.77%38.24%-
HSV(B)120º67.35%57.65%-
XYZ12.1921.716.34-
YUV106.1195.286.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 48 (19.14% from 255) = 19.75%
R=19.75%
G=60.49%
B=19.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48147480.6700.670.4212050.7738.24
Hex309330430432A783326
Octal60223601030103521706346
Binary110000100100111100001000011010000111010101111000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309330; }

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

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

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

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

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

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

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

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