#30951A

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

Shades of Forest Green #30951A

Tints of Forest Green #30951A

Color information

#30951A (or 0x30951A) is unknown color: approx Forest Green. HEX triplet: 30, 95 and 1A. RGB value is (48,149,26). Sum of RGB (Red+Green+Blue) = 48+149+26=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 149 (58.59% from 255 or 66.82% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 149 - color contains mainly: green. Hex color #30951A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30951A is #CF6AE5. Grayscale: #696969. Windows color (decimal): -13593318 or 1742128. OLE color: 1742128.

HSL color Cylindrical-coordinate representation of color #30951A: hue angle of 109.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30951A is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB4814926-
CMYK0.6800.830.42
HSL109.27º70.29%34.31%-
HSV(B)109.27º82.55%58.43%-
XYZ12.1522.24.62-
YUV104.7883.5487.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 149 (58.59% from 255) = 66.82%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=21.52%
G=66.82%
B=11.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48149260.6800.830.42109.2770.2934.31
Hex30951A440532A6d4622
Octal602253210401235215510642
Binary110000100101011101010001000101001110101011011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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