#30981A

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

Shades of Forest Green #30981A

Tints of Forest Green #30981A

Color information

#30981A (or 0x30981A) is unknown color: approx Forest Green. HEX triplet: 30, 98 and 1A. RGB value is (48,152,26). Sum of RGB (Red+Green+Blue) = 48+152+26=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 152 (59.77% from 255 or 67.26% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 152 - color contains mainly: green. Hex color #30981A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30981A is #CF67E5. Grayscale: #6A6A6A. Windows color (decimal): -13592550 or 1742896. OLE color: 1742896.

HSL color Cylindrical-coordinate representation of color #30981A: hue angle of 109.52º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30981A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB4815226-
CMYK0.6800.830.40
HSL109.52º70.79%34.9%-
HSV(B)109.52º82.89%59.61%-
XYZ12.6323.164.78-
YUV106.5482.5486.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 152 (59.77% from 255) = 67.26%
BLUE value IS 26 (10.55% from 255) = 11.50%
R=21.24%
G=67.26%
B=11.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152260.6800.830.40109.5270.7934.9
Hex30981A44053286e4723
Octal602303210401235015610743
Binary110000100110001101010001000101001110100011011101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30981A; }

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

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

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

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

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

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

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

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