#309914

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

Shades of Forest Green #309914

Tints of Forest Green #309914

Color information

#309914 (or 0x309914) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 14. RGB value is (48,153,20). Sum of RGB (Red+Green+Blue) = 48+153+20=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #309914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309914 is #CF66EB. Grayscale: #6A6A6A. Windows color (decimal): -13592300 or 1349936. OLE color: 1349936.

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

Color convert

RGB4815320-
CMYK0.6900.870.4
HSL107.37º76.88%33.92%-
HSV(B)107.37º86.93%60%-
XYZ12.7423.464.52-
YUV106.4479.2186.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 153 (60.16% from 255) = 69.23%
BLUE value IS 20 (8.20% from 255) = 9.05%
R=21.72%
G=69.23%
B=9.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153200.6900.870.4107.3776.8833.92
Hex30991445057286b4d22
Octal602312410501275015311542
Binary110000100110011010010001010101011110100011010111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309914; }

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

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

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

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

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

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

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

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