#30993C

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

Shades of Forest Green #30993C

Tints of Forest Green #30993C

Color information

#30993C (or 0x30993C) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 3C. RGB value is (48,153,60). Sum of RGB (Red+Green+Blue) = 48+153+60=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 153 (60.16% from 255 or 58.62% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 153 - color contains mainly: green. Hex color #30993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30993C is #CF66C3. Grayscale: #6F6F6F. Windows color (decimal): -13592260 or 3971376. OLE color: 3971376.

HSL color Cylindrical-coordinate representation of color #30993C: hue angle of 126.86º 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 #30993C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB4815360-
CMYK0.6900.610.4
HSL126.86º52.24%39.41%-
HSV(B)126.86º68.63%60%-
XYZ13.4323.748.15-
YUV11199.2183.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 153 (60.16% from 255) = 58.62%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=18.39%
G=58.62%
B=22.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153600.6900.610.4126.8652.2439.41
Hex30993C4503D287f3427
Octal6023174105075501776447
Binary11000010011001111100100010101111011010001111111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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