#30992D

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

Shades of Forest Green #30992D

Tints of Forest Green #30992D

Color information

#30992D (or 0x30992D) is unknown color: approx Forest Green. HEX triplet: 30, 99 and 2D. RGB value is (48,153,45). Sum of RGB (Red+Green+Blue) = 48+153+45=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 153 (60.16% from 255 or 62.20% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 153 - color contains mainly: green. Hex color #30992D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30992D is #CF66D2. Grayscale: #6D6D6D. Windows color (decimal): -13592275 or 2988336. OLE color: 2988336.

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

Color convert

RGB4815345-
CMYK0.6900.710.4
HSL118.33º54.55%38.82%-
HSV(B)118.33º70.59%60%-
XYZ13.0823.66.35-
YUV109.2991.7184.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 153 (60.16% from 255) = 62.20%
BLUE value IS 45 (17.97% from 255) = 18.29%
R=19.51%
G=62.20%
B=18.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48153450.6900.710.4118.3354.5538.82
Hex30992D4504728763727
Octal60231551050107501666747
Binary110000100110011011011000101010001111010001110110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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