#30982B

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

Shades of Forest Green #30982B

Tints of Forest Green #30982B

Color information

#30982B (or 0x30982B) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 2B. RGB value is (48,152,43). Sum of RGB (Red+Green+Blue) = 48+152+43=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #30982B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30982B is #CF67D4. Grayscale: #6C6C6C. Windows color (decimal): -13592533 or 2857008. OLE color: 2857008.

HSL color Cylindrical-coordinate representation of color #30982B: hue angle of 117.25º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30982B is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB4815243-
CMYK0.6800.720.40
HSL117.25º55.9%38.24%-
HSV(B)117.25º71.71%59.61%-
XYZ12.8823.266.1-
YUV108.4891.0484.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 152 (59.77% from 255) = 62.55%
BLUE value IS 43 (17.19% from 255) = 17.70%
R=19.75%
G=62.55%
B=17.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152430.6800.720.40117.2555.938.24
Hex30982B4404828753826
Octal60230531040110501657046
Binary110000100110001010111000100010010001010001110101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30982B; }

 p { color: rgb(48,152,43); }

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

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

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

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

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

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

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