#30911A

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

Shades of Forest Green #30911A

Tints of Forest Green #30911A

Color information

#30911A (or 0x30911A) is unknown color: approx Forest Green. HEX triplet: 30, 91 and 1A. RGB value is (48,145,26). Sum of RGB (Red+Green+Blue) = 48+145+26=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #30911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30911A is #CF6EE5. Grayscale: #666666. Windows color (decimal): -13594342 or 1741104. OLE color: 1741104.

HSL color Cylindrical-coordinate representation of color #30911A: hue angle of 108.91º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30911A is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB4814526-
CMYK0.6700.820.43
HSL108.91º69.59%33.53%-
HSV(B)108.91º82.07%56.86%-
XYZ11.5320.954.41-
YUV102.4384.8689.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 145 (57.03% from 255) = 66.21%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=21.92%
G=66.21%
B=11.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48145260.6700.820.43108.9169.5933.53
Hex30911A430522B6d4622
Octal602213210301225315510642
Binary110000100100011101010000110101001010101111011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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