#30922E

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

Shades of Forest Green #30922E

Tints of Forest Green #30922E

Color information

#30922E (or 0x30922E) is unknown color: approx Forest Green. HEX triplet: 30, 92 and 2E. RGB value is (48,146,46). Sum of RGB (Red+Green+Blue) = 48+146+46=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 146 (57.42% from 255 or 60.83% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 146 - color contains mainly: green. Hex color #30922E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30922E is #CF6DD1. Grayscale: #696969. Windows color (decimal): -13594066 or 3052080. OLE color: 3052080.

HSL color Cylindrical-coordinate representation of color #30922E: hue angle of 118.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30922E is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB4814646-
CMYK0.6700.680.43
HSL118.8º52.08%37.65%-
HSV(B)118.8º68.49%57.25%-
XYZ11.9921.386.08-
YUV105.394.5387.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 146 (57.42% from 255) = 60.83%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=20%
G=60.83%
B=19.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48146460.6700.680.43118.852.0837.65
Hex30922E430442B773426
Octal60222561030104531676446
Binary110000100100101011101000011010001001010111110111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30922E; }

 p { color: rgb(48,146,46); }

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

<style>
 a { background-color: #30922E; }

 a { background-color: rgb(48,146,46); }

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

<style>
 span { border-color: #30922E; }

 span { border-color: rgb(48,146,46); }

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