#30993D

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

Shades of Forest Green #30993D

Tints of Forest Green #30993D

Color information

#30993D (or 0x30993D) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 3D. RGB value is (48,153,61). Sum of RGB (Red+Green+Blue) = 48+153+61=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #30993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30993D is #CF66C2. Grayscale: #6F6F6F. Windows color (decimal): -13592259 or 4036912. OLE color: 4036912.

HSL color Cylindrical-coordinate representation of color #30993D: hue angle of 127.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30993D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB4815361-
CMYK0.6900.600.4
HSL127.43º52.24%39.41%-
HSV(B)127.43º68.63%60%-
XYZ13.4523.758.29-
YUV111.1299.7182.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=18.32%
G=58.40%
B=23.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153610.6900.600.4127.4352.2439.41
Hex30993D4503C287f3427
Octal6023175105074501776447
Binary11000010011001111101100010101111001010001111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30993D; }

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

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

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

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

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

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

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

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